repeatedCordExtension property
Implementation
static final repeatedCordExtension = $pb.Extension<$core.String>.repeated(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'protobuf_unittest.TestAllExtensions',
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'repeatedCordExtension',
55,
$pb.PbFieldType.PS,
check: $pb.getCheckFunction($pb.PbFieldType.PS));