Dart
dart:html
MidiOutputMap
isNotEmpty property
isNotEmpty
Dart
dart:html
MidiOutputMap
isNotEmpty 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 ==
isNotEmpty property
bool
isNotEmpty
override
Returns true if there is at least one key/value pair in the map.
Implementation
bool get isNotEmpty => !isEmpty;