RefactoringProblem class

A description of a problem related to a refactoring.

Constructors

RefactoringProblem(String severity, String message, {Location? location})

Properties

hashCode int
The hash code for this object.
no setterinherited
location Location?
The location of the problem being represented. This field is omitted unless there is a specific location associated with the problem (such as a location where an element being renamed will be shadowed).
final
message String
A human-readable description of the problem being represented.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String
The severity of the problem being represented.
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

Static Methods

parse(Map m) RefactoringProblem