encodeIterableOrNull<E> abstract method
Encodes a nullable iterable of E
for the given key or id.
Optionally takes an Encodable function to encode each element.
Implementation
void encodeIterableOrNull<E>(String key, Iterable<E>? value, {int? id, Encodable<E>? using});