Map<K2, V2> map<K2, V2>( MapEntry<K2, V2> Function(dynamic key, dynamic value) convert) { return stateData.map<K2, V2>(convert); }