repeatedInt32Extension property
Implementation
static final repeatedInt32Extension = $pb.Extension<$core.int>.repeated(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'protobuf_unittest.TestAllExtensions',
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'repeatedInt32Extension',
31,
$pb.PbFieldType.P3,
check: $pb.getCheckFunction($pb.PbFieldType.P3));