RelevanceBoost class abstract

A name scope for constants that are related to the relevance of completion suggestions. The values are required to be in the range 0, 1000.

Constructors

RelevanceBoost()

Properties

hashCode → int
The hash code for this object.
no setterinherited
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

Constants

availableDeclaration → const int
The relevance boost used when suggesting anything other than an enum constant from an available declaration set.
availableEnumConstant → const int
The relevance boost used when suggesting an enum constant from an available declaration set.