Dart SDK
dart:collection
MapMixin
isEmpty
isEmpty
Dart SDK
dart:collection
MapMixin
isEmpty
property
isEmpty
Dart SDK
dart:collection
MapMixin
Constructors
MapMixin
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Operators
operator []
operator []=
operator ==
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
toString
noSuchMethod
bool
isEmpty
Returns true if there is no key-value pair in the map.
Source
bool get isEmpty => keys.isEmpty;
Cookies management controls