repeatedExt property

Extension<TestAllTypes> repeatedExt
final

Implementation

static final repeatedExt = $pb.Extension<TestAllTypes>.repeated(
    _omitMessageNames ? '' : 'protobuf_unittest.TestParsingMerge',
    _omitFieldNames ? '' : 'repeatedExt',
    1001,
    $pb.PbFieldType.PM,
    check: $pb.getCheckFunction($pb.PbFieldType.PM),
    subBuilder: TestAllTypes.create);