withMap method

T withMap(
  1. Map<K, int> map
)

Implementation

T withMap(Map<K, int> map) => copyWithData(data.withMap(map));