allTypes property

  1. @override
List<LocationType> get allTypes
override

Returns all the location types

Implementation

@override
List<LocationType> get allTypes => _locationTypes.toList()
  ..sortBy((locationType) => locationType.getLocationType());