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