const_1 property

  1. @TagNumber(1)
bool get const_1

Implementation

@$pb.TagNumber(1)
$core.bool get const_1 => $_getBF(0);
  1. @TagNumber(1)
set const_1 (bool v)

Implementation

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