DefaultSuggestResult class

Constructors

DefaultSuggestResult({required String description, List<MatchClassification>? descriptionStyles})
DefaultSuggestResult.fromJS(DefaultSuggestResult _wrapped)

Properties

description String
The text that is displayed in the URL dropdown. Can contain XML-style markup for styling. The supported tags are 'url' (for a literal URL), 'match' (for highlighting text that matched what the user's query), and 'dim' (for dim helper text). The styles can be nested, eg. .
getter/setter pair
descriptionStyles List<MatchClassification>?
An array of style ranges for the description, as provided by the extension.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → DefaultSuggestResult
no setter

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