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

column int
final
hashCode int
The hash code for this object.
no setterinherited
line int
final
message String
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.
override

Operators

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