repeated property
If true, indicates that the extension must be defined as repeated. Otherwise the extension must be defined as optional.
Implementation
@$pb.TagNumber(6)
$core.bool get repeated => $_getBF(4);
Implementation
@$pb.TagNumber(6)
set repeated($core.bool v) { $_setBool(4, v); }