CustomLintResolver class abstract

A class used to interact with files and possibly emit lints of out it.

The file analyzed might not be a Dart file.

Constructors

CustomLintResolver()

Properties

hashCode int
The hash code for this object.
no setterinherited
lineInfo → LineInfo
Line/column/offset metadata about source.
no setter
path String
The file path that is being analyzed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → Source
The content of the file that is being analyzed.
no setter

Methods

getResolvedUnitResult() Future<ResolvedUnitResult>
Obtains a decoded representation of a Dart file.
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