lastEntry

open fun lastEntry(): Map.Entry<K, V>?

Returns the last key-value mapping in this map, or null if the map is empty.

Return

the last key-value mapping, or null if this map is empty