MidiPort class
- Inheritance
-
- Object
- EventTarget
- MidiPort
- Implementers
- Annotations
-
- @Native("MIDIPort")
Properties
- connection โ String?
-
no setter
- hashCode โ int
-
The hash code for this object.
no setterinherited
- id โ String?
-
no setter
- manufacturer โ String?
-
no setter
- name โ String?
-
no setter
- on โ Events
-
This is an ease-of-use accessor for event streams which should only be
used when an explicit accessor is not available.
no setterinherited
- runtimeType โ Type
-
A representation of the runtime type of the object.
no setterinherited
- state โ String?
-
no setter
- type โ String?
-
no setter
- version โ String?
-
no setter
Methods
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) โ void -
inherited
-
close(
) โ Future -
dispatchEvent(
Event event) โ bool -
inherited
-
noSuchMethod(
Invocation invocation) โ dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
) โ Future -
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) โ void -
inherited
-
toString(
) โ String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) โ bool -
The equality operator.
inherited