bool_7 property

  1. @TagNumber(7)
bool bool_7

Implementation

@$pb.TagNumber(7)
$core.bool get bool_7 => $_getBF(6);
  1. @TagNumber(7)
void bool_7=(bool v)

Implementation

@$pb.TagNumber(7)
set bool_7($core.bool v) { $_setBool(6, v); }