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