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