menu
mapsforge_flutter package
documentation
special.dart
Wayholder
getTag method
getTag method
dark_mode
light_mode
getTag
method
String
?
getTag
(
String
key
)
Implementation
String? getTag(String key) { return tags.firstWhereOrNull((test) => test.key == key)?.value; }
mapsforge_flutter package
documentation
special
Wayholder
getTag method
Wayholder class