DeviceModel$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceModelDescriptor instead')
const DeviceModel$json = {
  '1': 'DeviceModel',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'model_name', '3': 2, '4': 1, '5': 9, '10': 'modelName'},
    {'1': 'version', '3': 3, '4': 1, '5': 9, '10': 'version'},
    {'1': 'image_url', '3': 4, '4': 1, '5': 9, '10': 'imageUrl'},
    {'1': 'image_icon_url', '3': 5, '4': 1, '5': 9, '10': 'imageIconUrl'},
    {'1': 'can_swipe', '3': 6, '4': 1, '5': 8, '10': 'canSwipe'},
    {'1': 'can_tap', '3': 7, '4': 1, '5': 8, '10': 'canTap'},
    {'1': 'can_chip', '3': 8, '4': 1, '5': 8, '10': 'canChip'},
    {'1': 'customer_facing', '3': 9, '4': 1, '5': 8, '10': 'customerFacing'},
    {'1': 'server_facing', '3': 10, '4': 1, '5': 8, '10': 'serverFacing'},
  ],
};