choice property

  1. @TagNumber(2)
NextStepRequest_Choice choice

Implementation

@$pb.TagNumber(2)
NextStepRequest_Choice get choice => $_getN(1);
  1. @TagNumber(2)
void choice=(NextStepRequest_Choice v)

Implementation

@$pb.TagNumber(2)
set choice(NextStepRequest_Choice v) { setField(2, v); }