operand property
Required. The target of the selection expression.
For example, in the select expression request.auth, the request
portion of the expression is the operand.
Implementation
@$pb.TagNumber(1)
Expr get operand => $_getN(0);
Implementation
@$pb.TagNumber(1)
set operand(Expr value) => $_setField(1, value);