toFloat32Array property

Float32List Function() get toFloat32Array

Implementation

_i5.Float32List Function() get toFloat32Array => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'toFloat32Array',
      ),
      r'call',
      [this],
    );
set toFloat32Array (Float32List value())

Implementation

set toFloat32Array(_i5.Float32List Function() value) {
  _i4.setProperty(
    this,
    'toFloat32Array',
    _i4.allowInterop(value),
  );
}