connection property

MIDIPortConnectionState get connection

Implementation

MIDIPortConnectionState get connection => MIDIPortConnectionState.fromValue(
    js_util.getProperty(this, 'connection'));