FieldDescriptorProto_Label$json top-level constant
- @Deprecated('Use fieldDescriptorProtoDescriptor instead')
Implementation
@$core.Deprecated('Use fieldDescriptorProtoDescriptor instead')
const FieldDescriptorProto_Label$json = const {
'1': 'Label',
'2': const [
const {'1': 'LABEL_OPTIONAL', '2': 1},
const {'1': 'LABEL_REQUIRED', '2': 2},
const {'1': 'LABEL_REPEATED', '2': 3},
],
};