Dart
dart:core
Map
<
K
,
V
>
isEmpty property
isEmpty
Map class
Constructors
Map
from
fromEntries
fromIterable
fromIterables
identity
of
unmodifiable
Properties
entries
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
putIfAbsent
remove
removeWhere
update
updateAll
noSuchMethod
toString
Operators
operator []
operator []=
operator ==
Static methods
castFrom
isEmpty property
bool
isEmpty
Returns true if there is no key/value pair in the map.
Implementation
bool get isEmpty;