DictionaryEntryStreamAdder<V> typedef
DictionaryEntryStreamAdder<V> =
void Function(String key, V value)
A Function that appending DictionaryEntry into VendorDictionaryEntriesStream.
Implementation
typedef DictionaryEntryStreamAdder<V> = void Function(String key, V value);