$m<K2, V2> method

Map<K2, V2> $m<K2, V2>(
  1. MapEntry<K2, V2> convert(
    1. K key,
    2. V value
    )
)

Implementation

Map<K2, V2> $m<K2, V2>(MapEntry<K2, V2> convert(K key, V value)) =>
    map(convert);