Dart
dart:html
DomMatrixReadOnly
is2D property
description
is2D property
bool
is2D
Implementation
bool
get
is2D => JS(
"bool"
,
"#.is2D"
,
this
);