NullableKtMapExtensions<K, V> extension

on

Methods

orEmpty() KtMap<K, V>

Available on KtMap<K, V>?, provided by the NullableKtMapExtensions extension

Returns the KtMap if its not null, or the empty KtMap otherwise.