FieldDescriptorProto_Label$json top-level constant

  1. @Deprecated('Use fieldDescriptorProtoDescriptor instead')
Map<String, Object> const FieldDescriptorProto_Label$json

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},
  ],
};