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