Dart API Reference
dart:collection
SplayTreeMap
lastKey
lastKey
method
Get the last key in the map. Returns null if the map is empty.
K
lastKey
( )
Get the last key in the map. Returns
null
if the map is empty.