orEmptyMap method

Map<K, V> orEmptyMap()

Implementation

Map<K,V> orEmptyMap() => this ?? {};