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