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