toMatrix property
DOMMatrix Function()
get
toMatrix
Implementation
_i3.DOMMatrix Function() get toMatrix => () => _i4.callMethod(
_i4.getProperty(
this,
'toMatrix',
),
r'call',
[this],
);
set
toMatrix
(DOMMatrix value())
Implementation
set toMatrix(_i3.DOMMatrix Function() value) {
_i4.setProperty(
this,
'toMatrix',
_i4.allowInterop(value),
);
}