activeTypes property
Returns all active locations
Implementation
@override
List<LocationType> get activeTypes => _activeLocationTypes.toList()
..sortBy((locationType) => locationType.getLocationType());
Returns all active locations
@override
List<LocationType> get activeTypes => _activeLocationTypes.toList()
..sortBy((locationType) => locationType.getLocationType());