Issue class

Constructors

Issue({required String ruleId, required Uri documentation, required SourceSpan location, required Severity severity, required String message, String? verboseMessage, Replacement? suggestion})
const

Properties

documentation Uri
final
hashCode int
The hash code for this object.
no setterinherited
location → SourceSpan
final
message String
final
ruleId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity → Severity
final
suggestion Replacement?
final
verboseMessage String?
final

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