toIMapOfSets method
Creates an immutable map of sets (IMapOfSets) from the map.
Implementation
IMapOfSets<K, V>? toIMapOfSets([ConfigMapOfSets? config]) =>
IMapOfSets<K, V>.withConfig(this, config ?? IMapOfSets.defaultConfig);
Creates an immutable map of sets (IMapOfSets) from the map.
IMapOfSets<K, V>? toIMapOfSets([ConfigMapOfSets? config]) =>
IMapOfSets<K, V>.withConfig(this, config ?? IMapOfSets.defaultConfig);