public property

  1. @TagNumber(7)
bool get public

Implementation

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

Implementation

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