encodeMapOrNull<K, V> abstract method
void
encodeMapOrNull<K, V>(})
Encodes a nullable map of K
and V
.
Optionally takes Encodable functions to encode each key and value.
Implementation
void encodeMapOrNull<K, V>(Map<K, V>? value, {Encodable<K>? keyUsing, Encodable<V>? valueUsing});