state property

Implementation

_i3.MIDIPortDeviceState get state =>
    _i3.MIDIPortDeviceStateOptions.values.byName(_i4.getProperty(
      this,
      'state',
    ));