Even shorter... `map.keys.firstOrNull()` instead o...
# getting-started
k
Even shorter...
map.keys.firstOrNull()
instead of
map.toList().firstOrNull()?.first