menu
analyzer package
documentation
error/error.dart
DiagnosticSeverity
DiagnosticSeverity.new const constructor
DiagnosticSeverity.new const constructor
dark_mode
light_mode
DiagnosticSeverity
constructor
const
DiagnosticSeverity
(
String
name
,
int
ordinal
,
String
machineCode
,
String
displayName
,
)
Implementation
const DiagnosticSeverity( this.name, this.ordinal, this.machineCode, this.displayName, );
analyzer package
documentation
error/error
DiagnosticSeverity
DiagnosticSeverity.new const constructor
DiagnosticSeverity class