DiagnosticType enum
Values
- todo → const DiagnosticType
-
const DiagnosticType('TODO')
- hint → const DiagnosticType
-
const DiagnosticType('HINT')
- compileTimeError → const DiagnosticType
-
const DiagnosticType('COMPILE_TIME_ERROR')
- checkedModeCompileTimeError → const DiagnosticType
-
const DiagnosticType('CHECKED_MODE_COMPILE_TIME_ERROR')
- staticWarning → const DiagnosticType
-
const DiagnosticType('STATIC_WARNING')
- staticTypeWarning → const DiagnosticType
-
const DiagnosticType('STATIC_TYPE_WARNING')
- syntacticError → const DiagnosticType
-
const DiagnosticType('SYNTACTIC_ERROR')
- lint → const DiagnosticType
-
const DiagnosticType('LINT')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- key → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DiagnosticType> - A constant List of the values in this enum, in order of their declaration.