Variable$json top-level constant

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

Implementation

@$core.Deprecated('Use variableDescriptor instead')
const Variable$json = {
  '1': 'Variable',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'translationId', '3': 2, '4': 1, '5': 9, '10': 'translationId'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {
      '1': 'format',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.localizable.Variable.Format',
      '10': 'format'
    },
    {'1': 'customFields', '3': 5, '4': 3, '5': 9, '10': 'customFields'},
    {'1': 'position', '3': 6, '4': 1, '5': 5, '10': 'position'},
    {
      '1': 'created',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'created'
    },
    {
      '1': 'updated',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'updated'
    },
  ],
  '4': [Variable_Format$json],
};