NTRepository class

Constructors

NTRepository({int? statusId, String? description, Map<String, dynamic>? dataValue, List? dataListValue})
NTRepository.fromJson(Map<String, dynamic> json)
factory
NTRepository.fromMap(Map<String, dynamic> json)
factory

Properties

dataListValue List?
getter/setter pair
dataValue Map<String, dynamic>?
getter/setter pair
description String?
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
statusId int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getAddressByLatLong(String lat, String lng, String keyMap) Future<NTRepository>
getApiByData(String ppath, dynamic pdata, String pmethod, bool plist, bool? puseToken) Future<NTRepository>
getApiByDataQueryParameters(String ppath, dynamic pdata, String pmethod, bool plist, bool? puseToken) Future<NTRepository>
getCEP(String cep) Future<NTRepository>
getCity(String uf) Future<NTRepository>
getLatLongByAddress(String endereco, String keyMap) Future<NTRepository>
getState() Future<NTRepository>
getWeatherForecastByLatLong(String lat, String lng, String token) Future<NTRepository>