read property

Future<num?> Function(Uint8List) get read

Implementation

_i2.Future<_i2.num?> Function(_i9.Uint8List) get read =>
    (_i9.Uint8List p0) => _i3.promiseToFuture(_i3.callMethod(
          _i3.getProperty(
            this,
            'read',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
set read (Future<num?> value(Uint8List))

Implementation

set read(_i2.Future<_i2.num?> Function(_i9.Uint8List) value) {
  _i3.setProperty(
    this,
    'read',
    _i3.allowInterop(value),
  );
}