Repository class

Constructors

Repository()

Properties

errorCode int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callDio(String path, dynamic pdata, dynamic pheaders, dynamic pqueryParameters, String? pmethod) Future<Response?>
getAddressByLatLong(String lat, String lng, String keyMap) Future<NTRepository>
getApiByData(String ppath, dynamic pdata, String pmethod, bool plist, bool? puseToken, bool? pdataQueryParameters) Future<NTRepository>
getCEP(String pcep) Future<NTRepository>
getCidade(String uf) Future<NTRepository>
getEstado() Future<NTRepository>
getLatLongByAddress(String address, String keyMap) Future<NTRepository>
getWeatherForecastByLatLong(String lat, String lng, String token) Future<NTRepository>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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