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_TYPE', '2': 1},
    {'1': 'FIELD_NAME_STATE', '2': 2},
    {'1': 'FIELD_NAME_REVISION', '2': 3},
    {'1': 'FIELD_NAME_CREATION_DATE', '2': 4},
  ],
};