oneofBool property

  1. @TagNumber(115)
bool oneofBool

Implementation

@$pb.TagNumber(115)
$core.bool get oneofBool => $_getBF(95);
  1. @TagNumber(115)
void oneofBool=(bool v)

Implementation

@$pb.TagNumber(115)
set oneofBool($core.bool v) {
  $_setBool(95, v);
}