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