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