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