public property

  1. @TagNumber(4)
bool get public

Implementation

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

Implementation

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