boolValue property

  1. @TagNumber.new(2)
bool get boolValue

Implementation

@$pb.TagNumber(2)
$core.bool get boolValue => $_getBF(1);
  1. @TagNumber.new(2)
set boolValue (bool v)

Implementation

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