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