repeated property

  1. @TagNumber(6)
bool repeated

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);
  1. @TagNumber(6)
void repeated=(bool v)

Implementation

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