PrimaryKeyDescriptor$json top-level constant

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

Implementation

@$core.Deprecated('Use primaryKeyDescriptorDescriptor instead')
const PrimaryKeyDescriptor$json = {
  '1': 'PrimaryKeyDescriptor',
  '2': [
    {'1': 'fields', '3': 1, '4': 1, '5': 9, '10': 'fields'},
    {'1': 'auto_increment', '3': 2, '4': 1, '5': 8, '10': 'autoIncrement'},
  ],
};