gms_check
dart:collection
SplayTreeMap
<
K
,
V
>
length property
length
gms_check
dart:collection
SplayTreeMap
<
K
,
V
>
length 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 ==
length
property
int
length
override
The number of key/value pairs in the map.
Implementation
int get length { return _count; }