boolValue property

  1. @TagNumber(7)
bool boolValue

Implementation

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

Implementation

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