writeSync property

num Function(Uint8List) get writeSync

Implementation

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

Implementation

set writeSync(_i2.num Function(_i9.Uint8List) value) {
  _i3.setProperty(
    this,
    'writeSync',
    _i3.allowInterop(value),
  );
}