Dart SDK
dart:collection
Maps
isEmpty
isEmpty
Dart SDK
dart:collection
Maps
isEmpty
method
isEmpty
Source
Dart SDK
dart:collection
Maps
Static methods
clear
containsKey
containsValue
forEach
getValues
isEmpty
isNotEmpty
length
mapToString
putIfAbsent
Constructors
Maps
Properties
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
bool
isEmpty
(
Map
map
)
Source
static bool isEmpty(Map map) => map.keys.isEmpty;