max static method

Returns the RefactoringProblemSeverity with the maximal severity.

Implementation

static RefactoringProblemSeverity? max(
  RefactoringProblemSeverity? a,
  RefactoringProblemSeverity? b,
) => maxRefactoringProblemSeverity(a, b);