notNullValue property

Map<K, V> get notNullValue

Implementation

Map<K, V> get notNullValue => clone()..removeWhere((k, v) => v == null);