MIDIInputMap class
Experimental: This is an experimental technologyCheck the
Browser compatibility table carefully before using this in
production.
The read-only interface of the Web MIDI API provides a
Map-like interface to the currently available MIDI input ports.
Though it works generally like a map, because it is read-only it
does not contain clear()
, delete(), or set()
functions.
Constructors
- MIDIInputMap()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited