operand property

  1. @TagNumber.new(1)
Expr get operand

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);
  1. @TagNumber.new(1)
set operand (Expr value)

Implementation

@$pb.TagNumber(1)
set operand(Expr value) => $_setField(1, value);