StreamAutocompleteQuery class

The query to determine the autocomplete options.

Constructors

StreamAutocompleteQuery({required String query, required TextSelection selection})
Creates a StreamAutocompleteQuery with the specified query and selection.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
query String
The query string.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection TextSelection
The selection in the text field.
final

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