LookUpService class Null safety

Implementers

Constructors

LookUpService()

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

getCancelReasonLookup() Future<List<CancelReasonLookupModel>>
getCities() Future<List<CityModel>>
getCityPerZoneLookup() Future<List<CityModel>>
getComplaintLookup() Future<List<ComplaintLookupModel>>
getFeedbackReasonsLookup() Future<List<FeedbackReasonsLookupModel>>
getStoreCityLookup() Future<List<CityModel>>
getStores() Future<List<StoreModel>>
getZoneLookup() Future<List<CityModel>>
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