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': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'targetPlatform', '3': 3, '4': 1, '5': 9, '10': 'targetPlatform'},
    const {'1': 'logicalResolutionInfo', '3': 4, '4': 1, '5': 11, '6': '.monarch_grpc.LogicalResolutionInfo', '10': 'logicalResolutionInfo'},
    const {'1': 'devicePixelRatio', '3': 5, '4': 1, '5': 1, '10': 'devicePixelRatio'},
  ],
};