AutocompleteSuggestion class abstract

AutocompleteSuggestion

Properties:

  • complete - Completed suggestion
  • suggestion - Predicted text user might want to input
  • hint - Hint about suggested input
  • description - Description of the suggested command
  • iconData - Base64 encoded svg image

Constructors

AutocompleteSuggestion([void updates(AutocompleteSuggestionBuilder b)])
factory

Properties

complete String?
Completed suggestion
no setter
description String?
Description of the suggested command
no setter
hashCode int
The hash code for this object.
no setterinherited
hint String?
Hint about suggested input
no setter
iconData String?
Base64 encoded svg image
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestion String?
Predicted text user might want to input
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AutocompleteSuggestionBuilder)) AutocompleteSuggestion
Rebuilds the instance.
inherited
toBuilder() AutocompleteSuggestionBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AutocompleteSuggestion>
no setter