fromFloat64Array property
DOMMatrix Function(Float64List)
get
fromFloat64Array
Implementation
static _i3.DOMMatrix Function(_i5.Float64List) get fromFloat64Array =>
(_i5.Float64List p0) => _i4.callMethod(
_i4.getProperty(
_i8.target145,
'fromFloat64Array',
),
r'call',
[
_i8.target145,
p0,
],
);
set
fromFloat64Array
(DOMMatrix value(Float64List))
Implementation
static set fromFloat64Array(_i3.DOMMatrix Function(_i5.Float64List) value) {
_i4.setProperty(
_i8.target145,
'fromFloat64Array',
_i4.allowInterop(value),
);
}