repeatedGroupExtension property

Extension<RepeatedGroup_extension> repeatedGroupExtension
final

Implementation

static final repeatedGroupExtension =
    $pb.Extension<RepeatedGroup_extension>.repeated(
        const $core.bool.fromEnvironment('protobuf.omit_message_names')
            ? ''
            : 'protobuf_unittest.TestAllExtensions',
        const $core.bool.fromEnvironment('protobuf.omit_field_names')
            ? ''
            : 'repeatedGroupExtension',
        46,
        $pb.PbFieldType.PG,
        check: $pb.getCheckFunction($pb.PbFieldType.PG),
        subBuilder: RepeatedGroup_extension.create);