IncludedSuggestionSet class

A reference to an AvailableSuggestionSet noting that the library's members which match the kind of this ref should be presented to the user.

Constructors

IncludedSuggestionSet(int id, int relevance, {String? displayUri})

Properties

displayUri String?
The optional string that should be displayed instead of the uri of the referenced AvailableSuggestionSet.
final
hashCode int
The hash code for this object.
no setterinherited
id int
Clients should use it to access the set of precomputed completions to be displayed to the user.
final
relevance int
The relevance of completion suggestions from this library where a higher number indicates a higher relevance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

parse(Map m) IncludedSuggestionSet