group property
A high-level point of interest category like airport, transit, etc.
Implementation
String? get group {
return properties["group"] as String?;
}
A high-level point of interest category like airport, transit, etc.
String? get group {
return properties["group"] as String?;
}