rightOperand property Null safety
Return the expression used to compute the right operand.
Implementation
Expression get rightOperand;
@Deprecated('Clients should not build AST manually')
Set the expression used to compute the right operand to the given
expression
.
Implementation
@Deprecated('Clients should not build AST manually')
set rightOperand(Expression expression);