category property
String?
get
category
Provides a broad distinction between place types.
Implementation
String? get category {
return properties["class"] as String?;
}
Provides a broad distinction between place types.
String? get category {
return properties["class"] as String?;
}