Returns the KtMap if its not null, or the empty KtMap otherwise.
null
KtMap<K, V> orEmpty() => this ?? KtMap<K, V>.empty();