allTypes property
Returns all the location types
Implementation
@override
List<LocationType> get allTypes => _locationTypes.toList()
..sortBy((locationType) => locationType.getLocationType());
Returns all the location types
@override
List<LocationType> get allTypes => _locationTypes.toList()
..sortBy((locationType) => locationType.getLocationType());