compound property

  1. @TagNumber(8)
bool compound

Implementation

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

Implementation

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