SuggestResult class
Результат работы подсказчика.
- Implemented types
- Available extensions
Constructors
-
SuggestResult.fromMessage(ClassMessage<
SuggestResult> message) -
factory
Properties
Methods
-
message(
) → ClassMessage< SuggestResult> -
Available on SuggestResult, provided by the SuggestResultToClassMessage extension
-
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.
override