write property

void Function(String) get write

Implementation

void Function(_i2.String) get write => (_i2.String p0) => _i3.callMethod(
      _i3.getProperty(
        this,
        'Write',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set write (void value(String))

Implementation

set write(void Function(_i2.String) value) {
  _i3.setProperty(
    this,
    'Write',
    _i3.allowInterop(value),
  );
}