PipeExpressionSyntax class

Syntax that begins and ends with a single pipe, |, character.

Inheritance

Constructors

PipeExpressionSyntax()
const

Properties

endToken String
The character sequence that defines the end of the expression.
finalinherited
escapeChar String
The character sequence that defines escape character to ignore start or end tokens.
finalinherited
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.
finalinherited

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