LocationService class

Constructors

LocationService()

Properties

coordinates Map<String, double>?
no setter
countryId int?
no setter
districtId int?
no setter
hashCode int
The hash code for this object.
no setterinherited
regionId int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateId int?
no setter

Methods

getCountries() List
getDistricts(int stateId) Future<List>
getRegions(int districtId) Future<List>
getStates(int countryId) Future<List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCoordinates(double lat, double lng) Future<void>
setCountryId(int id) Future<void>
setDistrictId(int id) Future<void>
setRegionId(int id) Future<void>
setStateId(int id) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited