AppInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use appInfoDescriptor instead')
const AppInfo$json = const {
  '1': 'AppInfo',
  '2': const [
    const {'1': 'platform', '3': 1, '4': 1, '5': 14, '6': '.Platform', '10': 'platform'},
    const {'1': 'mode', '3': 2, '4': 1, '5': 14, '6': '.Mode', '10': 'mode'},
    const {'1': 'deviceName', '3': 3, '4': 1, '5': 9, '10': 'deviceName'},
    const {'1': 'autoApiVersion', '3': 4, '4': 1, '5': 5, '10': 'autoApiVersion'},
    const {'1': 'devicePixelRatio', '3': 6, '4': 1, '5': 1, '10': 'devicePixelRatio'},
    const {'1': 'textScaleFactor', '3': 7, '4': 1, '5': 1, '10': 'textScaleFactor'},
    const {'1': 'physicalHeight', '3': 8, '4': 1, '5': 1, '10': 'physicalHeight'},
    const {'1': 'physicalWidth', '3': 9, '4': 1, '5': 1, '10': 'physicalWidth'},
  ],
};