oneofBytes property

  1. @TagNumber(536870014)
List<int> oneofBytes

Implementation

@$pb.TagNumber(536870014)
$core.List<$core.int> get oneofBytes => $_getN(13);
  1. @TagNumber(536870014)
void oneofBytes=(List<int> v)

Implementation

@$pb.TagNumber(536870014)
set oneofBytes($core.List<$core.int> v) {
  $_setBytes(13, v);
}