menu
mapsforge_flutter package
documentation
special.dart
Wayholder
hasTag method
hasTag method
dark_mode
light_mode
hasTag
method
bool
hasTag
(
String
key
)
Implementation
bool hasTag(String key) { return tags.firstWhereOrNull((test) => test.key == key) != null; }
mapsforge_flutter package
documentation
special
Wayholder
hasTag method
Wayholder class