repeatedExt property

Extension<TestAllTypesLite> repeatedExt
final

Implementation

static final repeatedExt = $pb.Extension<TestAllTypesLite>.repeated(
    const $core.bool.fromEnvironment('protobuf.omit_message_names')
        ? ''
        : 'protobuf_unittest.TestParsingMergeLite',
    const $core.bool.fromEnvironment('protobuf.omit_field_names')
        ? ''
        : 'repeatedExt',
    1001,
    $pb.PbFieldType.PM,
    check: $pb.getCheckFunction($pb.PbFieldType.PM),
    subBuilder: TestAllTypesLite.create);