NullableMapX<K, V> extension

Extensions for nullable Map.

on

Properties

isEmptyOrNull bool

Available on Map<K, V>?, provided by the NullableMapX extension

Returns true if this nullable Map is either null or empty.
no setter
orEmpty Map<K, V>

Available on Map<K, V>?, provided by the NullableMapX extension

Creates empty Map if this nullable Map is null, otherwise returns this Map.
no setter