AutocompleteOption class

Option for autocomplete functionality.

Constructors

AutocompleteOption(String label, String value)
consturct

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
label will be shown in the list of possible options.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
value must contain full command string. When user selects any options value is used to completely replace whatever input contained at the moment.
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