EntriesStreamGenerator<V> typedef
A Function that to temprorary create Stream used by VendorDictionaryEntriesStream.new.
Implementation
typedef EntriesStreamGenerator<V> = Stream<(String, V)> Function();
A Function that to temprorary create Stream used by VendorDictionaryEntriesStream.new.
typedef EntriesStreamGenerator<V> = Stream<(String, V)> Function();