IParkingService class Null safety
Parking data source (service) interface
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getAll(
{String? filterText, List< ServiceModel> ? services, String? sortKey, double? priceMin, double? priceMax, double? distanceMin, double? distanceMax}) → Future<List< ParkingModel> > - Fetch list of parkings, filtered by text, services, price range, distance range
-
getAllServices(
) → Future< List< ServiceModel> > - Fetch list of all available services
-
getParkingById(
{String? parkingId}) → Future< ParkingModel> - Fetch single parking by id
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited