UnresolvedReferenceError class

Inheritance

Constructors

UnresolvedReferenceError({required AnalysisErrorType type, required String reference, required Iterable<String> available, AstNode? relevantNode})

Properties

available Iterable<String>
A list of alternative references that would be available for reference.
final
hashCode int
The hash code for this object.
no setterinherited
message String
no setteroverride
reference String
The attempted reference that couldn't be resolved
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source SyntacticEntity?
finalinherited
span → FileSpan?
The relevant portion of the source code that caused this error. Some AST nodes don't have a span, in that case this error is going to have a null span as well.
no setterinherited
type AnalysisErrorType
finalinherited

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