DeviceInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceInfoDescriptor instead')
const DeviceInfo$json = const {
  '1': 'DeviceInfo',
  '2': const [
    const {'1': 'unique_id', '3': 1, '4': 1, '5': 9, '10': 'uniqueId'},
    const {'1': 'platform_name', '3': 2, '4': 1, '5': 9, '10': 'platformName'},
    const {'1': 'platform_type', '3': 3, '4': 1, '5': 14, '6': '.Nuntio.PlatformType', '10': 'platformType'},
  ],
};