TodoCode class
The error code indicating a marker in code for work that needs to be finished or revisited.
- Inheritance
- Object
- ErrorCode
- TodoCode
Constructors
- TodoCode(String name)
-
Initialize a newly created error code to have the given
name
.const
Properties
- errorSeverity → ErrorSeverity
-
The severity of the error.
read-only, override
- type → ErrorType
-
The type of the error.
read-only, override
- correction → String
-
The template used to create the correction to be displayed for this error,
or
null
if there is no correction information for this error. The correction should indicate how the user can fix the error.final, inherited - hashCode → int
-
The hash code for this object.
read-only, inherited
- hasPublishedDocs → bool
-
Return
true
if diagnostics with this code have documentation for them that has been published.final, inherited - isUnresolvedIdentifier → bool
-
Whether this error is caused by an unresolved identifier.
final, inherited
- message → String
-
The template used to create the message to be displayed for this error. The
message should indicate what is wrong and why it is wrong.
final, inherited
- name → String
-
The name of the error code.
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- uniqueName → String
-
The unique name of this error code.
read-only, inherited
- url → String
-
Return a URL that can be used to access documentation for diagnostics with
this code, or
null
if there is no published documentation.read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited
Static Properties
- TODO_REGEX ↔ RegExp
-
This matches the two common Dart task styles [...]
read / write