result property

  1. @TagNumber(1)
CollectionInfo get result

Implementation

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

Implementation

@$pb.TagNumber(1)
set result(CollectionInfo v) { $_setField(1, v); }