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