UrpDeviceType$json top-level constant

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

Implementation

@$core.Deprecated('Use urpDeviceTypeDescriptor instead')
const UrpDeviceType$json = {
  '1': 'UrpDeviceType',
  '2': [
    {'1': 'urpDesktop', '2': 0},
    {'1': 'urpMobile', '2': 1},
    {'1': 'urpPortal', '2': 2},
    {'1': 'urpPsu', '2': 3},
    {'1': 'urpSec', '2': 4},
    {'1': 'urpSecQc', '2': 5},
    {'1': 'urpImp', '2': 6},
    {'1': 'urpImz', '2': 7},
  ],
};