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