Maplink class

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
no setter

Methods

getAddressByStreetName({required String city, required String state, required String streetName, String? country, String? housenumber}) Future<List<ZipcodeAddressModel>>
campo descrição valor padrão country ISO 3166-1 alpha-3 country code BRA
getAddressByZipcodeAndHouseNumber(String zipcode, [String? houseNumber]) Future<List<ZipcodeAddressModel>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
responseProcess(Either response) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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