Dart
dart:html
DomPoint
w property
description
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); }