boolValue property

  1. @TagNumber(4)
bool boolValue

Represents a boolean value.

Implementation

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

Implementation

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