MaterialSyntaxError class final
A material source that could not be read, with where it went wrong.
Line and column rather than a byte offset: the author is looking at the text in an editor, and "at 1:14" is a place they can put a cursor.
- Implemented types
Constructors
- MaterialSyntaxError(String message, int line, int column)
-
const
Properties
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