menu
mappable_maps_navikit package
documentation
runtime.dart
KeyValuePair
KeyValuePair const constructor
KeyValuePair const constructor
dark_mode
light_mode
KeyValuePair
constructor
const
KeyValuePair
(
{
required
String
key
,
required
String
value
,
})
Implementation
const KeyValuePair({ required this.key, required this.value, });
mappable_maps_navikit package
documentation
runtime
KeyValuePair
KeyValuePair const constructor
KeyValuePair class