FieldName$json top-level constant

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

Implementation

@$core.Deprecated('Use fieldNameDescriptor instead')
const FieldName$json = {
  '1': 'FieldName',
  '2': [
    {'1': 'FIELD_NAME_UNSPECIFIED', '2': 0},
    {'1': 'FIELD_NAME_ID', '2': 1},
    {'1': 'FIELD_NAME_NAME', '2': 2},
    {'1': 'FIELD_NAME_CREATION_DATE', '2': 3},
  ],
};