Dart
dart:html
DomMatrixReadOnly
is2D property
is2D
Dart
dart:html
DomMatrixReadOnly
is2D property
DomMatrixReadOnly class
Constructors
DomMatrixReadOnly
Properties
a
b
c
d
e
f
is2D
isIdentity
m11
m12
m13
m14
m21
m22
m23
m24
m31
m32
m33
m34
m41
m42
m43
m44
hashCode
runtimeType
Methods
flipX
flipY
inverse
multiply
rotate
rotateAxisAngle
rotateFromVector
scale
scale3d
skewX
skewY
toFloat32Array
toFloat64Array
transformPoint
translate
noSuchMethod
toString
Operators
operator ==
Static methods
fromFloat32Array
fromFloat64Array
fromMatrix
description
is2D
property
bool
is2D
Implementation
bool get is2D => JS("bool", "#.is2D", this);