readSync property

num? Function(Uint8List) get readSync

Implementation

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

Implementation

set readSync(_i2.num? Function(_i9.Uint8List) value) {
  _i3.setProperty(
    this,
    'readSync',
    _i3.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}