Dart
dart:html
MidiOutputMap
isEmpty property
isEmpty
Dart
dart:html
MidiOutputMap
isEmpty property
MidiOutputMap class
Properties
isEmpty
isNotEmpty
keys
length
values
entries
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
addEntries
cast
map
noSuchMethod
removeWhere
toString
update
updateAll
Operators
operator []
operator []=
operator ==
isEmpty property
bool
isEmpty
override
Returns true if there is no key/value pair in the map.
Implementation
bool get isEmpty => length == 0;