Dart SDK
dart:html
Storage
isNotEmpty
isNotEmpty
Dart SDK
dart:html
Storage
isNotEmpty
property
isNotEmpty
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
isNotEmpty
Returns true if there is at least one key-value pair in the map.
Source
bool get isNotEmpty => !isEmpty;