Dart SDK
dart:html
Storage
property isNotEmpty
isNotEmpty
class Storage
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
noSuchMethod
toString
Operators
operator []
operator []=
operator ==
bool
isNotEmpty
Returns true if there is at least one key-value pair in the map.
Source
bool get isNotEmpty => !isEmpty;
property isNotEmpty