orEmpty method

Map<K, V> orEmpty()

Implementation

Map<K, V> orEmpty() {
  return this ?? {};
}