open property

Future<MIDIPort> Function() open

Implementation

_i2.Future<_i3.MIDIPort> Function() get open =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'open',
          ),
          r'call',
          [this],
        ));
void open=(Future<MIDIPort> value())

Implementation

set open(_i2.Future<_i3.MIDIPort> Function() value) {
  _i4.setProperty(
    this,
    'open',
    _i4.allowInterop(value),
  );
}