DadataClient class

Dadata API client

Constructors

DadataClient({String? token, Client? client, String? endpoint})

Properties

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

Methods

geolocateAddress(RevgeocodeSuggestionRequest query) Future<AddressResponse?>
Calls reverse geocoding API with RevgeocodeSuggestionRequest provided.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
passportIssuedBy(PassportIssuedBySuggestionRequest query) Future<PassportIssuedByResponse?>
Calls passport issued by suggestions API with PassportIssuedBySuggestionRequest provided.
suggestAddress(AddressSuggestionRequest query) Future<AddressResponse?>
Calls address suggestions API with AddressSuggestionRequest provided.
toString() String
A string representation of this object.
inherited

Operators

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