Error class

Represents an error as a result of parsing and generating code.

Constructors

Error({required String message, String? filename, int? lineNumber})
Parametric constructor for Error.

Properties

filename String?
What file caused the Error.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineNumber int?
What line the error happened on.
getter/setter pair
message String
A description of the error.
getter/setter pair
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