gms_check
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty property
isEmpty
gms_check
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty 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 ==
isEmpty
property
bool
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty { return (_root == null); }