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