HTDiagnosticMessage class

A single message associated with a HTDiagnostic, consisting of the text of the message and the location associated with it.

Clients may not extend, implement or mix-in this class.

Constructors

HTDiagnosticMessage(String filename, int offset, int length, String message)

Properties

filename → String
The absolute and normalized path of the file associated with this message.
final
hashCode → int
The hash code for this object.
no setterinherited
length → int
The length of the source range associated with this message.
final
message → String
The text of the message.
final
offset → int
The zero-based offset from the start of the file to the beginning of the source range associated with this message.
final
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.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited