GroupingExpression class

An expression that is surrounded by parenthesis.

Inheritance

Constructors

GroupingExpression({required Expression operand})
Creates a new grouping expression instance.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
operand Expression
The child expression.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluate(EvaluationContext evaluationContext) Object?
Evaluates the value of the current expression.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({ExpressionRenderer renderer = const DefaultExpressionRenderer()}) String
A string representation of this object.
inherited

Operators

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