parkings.data library Null safety
Domain layer for Parkings feature.
Classes
- IParkingService
- Parking data source (service) interface
- ParkingModel
- Parking data model
- ParkingRepository
- Parking repository implementation of IParkingRepository
- ParkingService
-
Parking data source (service) implementation of IParkingService using
httpClient
- ServiceModel
- parking service data model
- ServiceModelConverter
- A converter that allows the type ServiceModel to be correctly saved and read from Json format
- TimeOfDayConverter
- A converter that allows the type TimeOfDay to be correctly saved and read from Json format