Dart SDK
dart:collection
SplayTreeMap
lastKey
method
lastKey
SplayTreeMap
Properties
isEmpty
isNotEmpty
length
keys
values
Constructors
SplayTreeMap
from
fromIterable
fromIterables
Operators
operator []
operator []=
Methods
remove
putIfAbsent
addAll
forEach
clear
containsKey
containsValue
toString
firstKey
lastKey
lastKeyBefore
firstKeyAfter
K
lastKey
( )
Get the last key in the map. Returns
null
if the map is empty.