toIMapOfSets method

IMapOfSets<K, V>? toIMapOfSets([
  1. ConfigMapOfSets? config
])

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);