arrayBuffer property

Future<ByteBuffer> Function() get arrayBuffer

Implementation

_i2.Future<_i5.ByteBuffer> Function() get arrayBuffer =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'arrayBuffer',
          ),
          r'call',
          [this],
        ));
set arrayBuffer (Future<ByteBuffer> value())

Implementation

set arrayBuffer(_i2.Future<_i5.ByteBuffer> Function() value) {
  _i4.setProperty(
    this,
    'arrayBuffer',
    _i4.allowInterop(value),
  );
}