Dart
dart:html
DomPoint
y property
y
Dart
dart:html
DomPoint
y property
DomPoint class
Constructors
DomPoint
Properties
w
x
y
z
hashCode
runtimeType
Methods
matrixTransform
noSuchMethod
toString
Operators
operator ==
Static properties
supported
Static methods
fromPoint
y property
num
y
override
Implementation
num get y => JS("num", "#.y", this);
void
y=
(
num
value
)
Implementation
set y(num value) { JS("void", "#.y = #", this, value); }