Dart
dart:html
DomPointReadOnly
y property
y
DomPointReadOnly class
Constructors
DomPointReadOnly
Properties
w
x
y
z
hashCode
runtimeType
Methods
matrixTransform
noSuchMethod
toString
Operators
operator ==
Static methods
fromPoint
y property
num
y
Implementation
num get y => JS("num", "#.y", this);