Dart SDK
dart:core
Map
isEmpty
isEmpty
Dart SDK
dart:core
Map
isEmpty
property
isEmpty
Dart SDK
dart:core
Map
Constructors
Map
from
fromIterable
fromIterables
identity
unmodifiable
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Operators
operator []
operator []=
operator ==
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
noSuchMethod
toString
bool
isEmpty
Returns true if there is no key-value pair in the map.
Source
bool get isEmpty;