AutocompletionState class

A state management class for handling the state of auto-completion results.

The AutocompletionState class manages the loading state and the list of auto-completion suggestions. It uses reactive programming with the GetX package to update and observe changes in the state.

Constructors

AutocompletionState()

Properties

autocompletionList List<Prediction>
Gets the current list of auto-completion suggestions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoading bool
Gets the current loading state.
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
toString() String
A string representation of this object.
inherited

Operators

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