repeatedNestedEnumExtension property
Implementation
static final repeatedNestedEnumExtension =
$pb.Extension<TestAllTypes_NestedEnum>.repeated(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'protobuf_unittest.TestAllExtensions',
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'repeatedNestedEnumExtension',
51,
$pb.PbFieldType.PE,
check: $pb.getCheckFunction($pb.PbFieldType.PE),
valueOf: TestAllTypes_NestedEnum.valueOf,
enumValues: TestAllTypes_NestedEnum.values);