See Map.map.
@override Map<K2, V2> map<K2, V2>(MapEntry<K2, V2> Function(A key, B value) convert) { return data.map(convert); }