result property

  1. @TagNumber(1)
ResponseApplySnapshotChunk_Result result

Implementation

@$pb.TagNumber(1)
ResponseApplySnapshotChunk_Result get result => $_getN(0);
  1. @TagNumber(1)
void result=(ResponseApplySnapshotChunk_Result v)

Implementation

@$pb.TagNumber(1)
set result(ResponseApplySnapshotChunk_Result v) { setField(1, v); }