Dart
dart:html
DomPointReadOnly
z property
description
z property
num
z
Implementation
num
get
z => JS(
"num"
,
"#.z"
,
this
);