TableDescriptor$json top-level constant

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

Implementation

@$core.Deprecated('Use tableDescriptorDescriptor instead')
const TableDescriptor$json = {
  '1': 'TableDescriptor',
  '2': [
    {'1': 'primary_key', '3': 1, '4': 1, '5': 11, '6': '.cosmos.orm.v1.PrimaryKeyDescriptor', '10': 'primaryKey'},
    {'1': 'index', '3': 2, '4': 3, '5': 11, '6': '.cosmos.orm.v1.SecondaryIndexDescriptor', '10': 'index'},
    {'1': 'id', '3': 3, '4': 1, '5': 13, '10': 'id'},
  ],
};