Issue class

Representation of issue from Dart Analyzer.

Constructors

Issue(String level, String message, String path, int line, int column, String name)

Properties

column int
Stores a column in a file that contains an issue.
final
hashCode int
The hash code for this object.
no setterinherited
level String
Stores a level of an issue, can be error or warning.
final
line int
Stores a line in a file that contains an issue.
final
message String
Stores a message of an issue, takes from Dart Analyzer report output.
final
name String
Stores an issue name, if you are using standard rules set - you can find more about issue by name in docs.
final
path String
Stores a path to a file with issue.
final
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