encodeIterated abstract method
Starts encoding an iterated collection or nested values for the given key or id.
The returned IteratedEncoder should be used to encode the items in the collection. The IteratedEncoder.end method should be called when all items have been encoded.
Implementation
IteratedEncoder encodeIterated(String key, {int? id});