lastOrNull property
MapEntry<K, V> ?
get
lastOrNull
Returns the last entry if it exists otherwise null.
Implementation
MapEntry<K, V>? get lastOrNull => entries.lastOrNull;
Returns the last entry if it exists otherwise null.
MapEntry<K, V>? get lastOrNull => entries.lastOrNull;