Dart SDK
dart:html
Storage
isEmpty
isEmpty
Dart SDK
dart:html
Storage
isEmpty
property
isEmpty
Dart SDK
dart:html
Storage
Static properties
instanceRuntimeType
Constructors
internal_
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 => _key(0) == null;
Cookies management controls