RefactoringProblem constructor

RefactoringProblem(
  1. String severity,
  2. String message, {
  3. Location? location,
})

Implementation

RefactoringProblem(this.severity, this.message, {this.location});