write property

Future<void> Function(List) get write

Implementation

_i2.Future<void> Function(_i2.List) get write =>
    (_i2.List p0) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'write',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
set write (Future<void> value(List))

Implementation

set write(_i2.Future<void> Function(_i2.List) value) {
  _i4.setProperty(
    this,
    'write',
    _i4.allowInterop(value),
  );
}