Relevance 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
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
- callFunction → const int
-
The relevance used when suggesting a
call
method that is implied by a type but isn't explicitly implemented in the type hierarchy. - closure → const int
- The relevance used when suggesting a closure corresponding to a function-typed parameter in an argument list.
- constructor → const int
- The relevance used when suggesting a constructor.
- fieldFormalParameter → const int
- The relevance used when suggesting a field as a field formal parameter.
- import → const int
-
The relevance used when suggesting an import of a library other than
dart:core
. - importDartCore → const int
-
The relevance used when suggesting an import of
dart:core
. - label → const int
- The relevance used when suggesting a label.
- loadLibrary → const int
-
The relevance used when suggesting the
loadLibrary
function from a deferred imported library. - namedArgument → const int
- The relevance used when suggesting a named argument corresponding to a named parameter that is not required.
- namedConstructor → const int
- The relevance used when suggesting a named constructor.
- override → const int
- The relevance used when suggesting an override of an inherited member.
- requiredNamedArgument → const int
- The relevance used when suggesting a named argument corresponding to a named parameter that is required.
- superFormalParameter → const int
- The relevance used when suggesting a super-constructor parameter as a super formal parameter.