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