oneofBytes property

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

Implementation

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

Implementation

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