gms_check
dart:collection
SplayTreeMap
<
K
,
V
>
isNotEmpty property
isNotEmpty
gms_check
dart:collection
SplayTreeMap
<
K
,
V
>
isNotEmpty property
SplayTreeMap class
Constructors
SplayTreeMap
from
fromIterable
fromIterables
of
Properties
entries
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
firstKey
firstKeyAfter
forEach
lastKey
lastKeyBefore
putIfAbsent
remove
update
updateAll
addEntries
cast
map
noSuchMethod
removeWhere
toString
Operators
operator []
operator []=
operator ==
isNotEmpty
property
bool
isNotEmpty
override
Whether there is at least one key/value pair in the map.
Implementation
bool get isNotEmpty => !isEmpty;