menu
Dart
dart:core
Map
<
K
,
V
>
isEmpty property
isEmpty
brightness_4
brightness_5
description
isEmpty
property
bool
isEmpty
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty;
Dart
dart:core
Map
<
K
,
V
>
isEmpty property
Map class
Constructors
Map
from
fromEntries
fromIterable
fromIterables
identity
of
unmodifiable
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 []=
Static methods
castFrom