Translation$json top-level constant

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

Implementation

@$core.Deprecated('Use translationDescriptor instead')
const Translation$json = {
  '1': 'Translation',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'projectId', '3': 2, '4': 1, '5': 9, '10': 'projectId'},
    {'1': 'key', '3': 3, '4': 1, '5': 9, '10': 'key'},
    {
      '1': 'created',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'created'
    },
    {
      '1': 'updated',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'updated'
    },
  ],
};