UnexpectedClosingBracketException class

Unexpected Closing Bracket Exception

Thrown when an unexpected closing bracket is met by the parser

The type of bracket is stored in type

Inheritance

Constructors

UnexpectedClosingBracketException(String type, int position)
Creates a new Unexpected Closing Bracket Exception
const

Properties

hashCode int
The hash code for this object.
no setterinherited
position int
Error position
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of bracket
final

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