ErrorInfo class

Represents a violation detected by the Eagle Eye analysis.

Each ErrorInfo instance contains the path of the file where the violation occurred (filePath) and a descriptive message explaining the issue (errorMessage).

Constructors

ErrorInfo({required String filePath, required String errorMessage})
Creates a new ErrorInfo instance with the given filePath and errorMessage.

Properties

errorMessage String
A descriptive message explaining the violation.
getter/setter pair
filePath String
The path of the file where the error was detected.
getter/setter pair
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