FATAL constant
RefactoringProblemSeverity
const FATAL
A fatal error, which prevents performing the refactoring. For example the name of a local variable being extracted is not a valid identifier, or selection is not a valid expression.
Implementation
static const RefactoringProblemSeverity FATAL =
RefactoringProblemSeverity._('FATAL');