AutoCompleteState class

Constructors

AutoCompleteState({Client? httpClient, Map<String, String>? apiHeaders, String? baseUrl})

Properties

apiHeaders Map<String, String>?
apiHeader is used to add headers to the request.
final
baseUrl String?
baseUrl is used to build the url for the request.
final
hashCode int
The hash code for this object.
no setterinherited
httpClient → Client?
httpClient is used to make network requests.
final
predictions List<Prediction>
The current state of the autocomplete.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
void future function to get the autocomplete results.
toString() String
A string representation of this object.
inherited

Operators

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