categories property
Get a list of categories the location is contained in
Implementation
List<String>? get categories => _properties?.categories?.keys.toList();
Get a list of categories the location is contained in
List<String>? get categories => _properties?.categories?.keys.toList();