ExpressionSyntax class

Class that defines the beginning, end, and escape character(s) for an expression.

Implementers

Constructors

ExpressionSyntax({required String endToken, String escapeChar = '\\', required String startToken})
const

Properties

endToken String
The character sequence that defines the end of the expression.
final
escapeChar String
The character sequence that defines escape character to ignore start or end tokens.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startToken String
The character sequence that defines the start of the expression.
final

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