withoutNulls property
Map<K, V>
get
withoutNulls
removes entries where value is null.
does NOT remove empty values
Implementation
Map<K, V> get withoutNulls => removeNulls(this);
removes entries where value is null.
does NOT remove empty values
Map<K, V> get withoutNulls => removeNulls(this);