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