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