PlatformContextProperties constructor

const PlatformContextProperties({
  1. String? osType,
  2. String? osVersion,
  3. String? deviceVendor,
  4. String? deviceModel,
  5. String? carrier,
  6. NetworkType? networkType,
  7. String? networkTechnology,
  8. String? appleIdfa,
  9. String? appleIdfv,
  10. int? availableStorage,
  11. int? totalStorage,
  12. int? physicalMemory,
  13. int? appAvailableMemory,
  14. int? batteryLevel,
  15. BatteryState? batteryState,
  16. bool? lowPowerMode,
  17. bool? isPortrait,
  18. String? resolution,
  19. double? scale,
  20. String? language,
  21. String? androidIdfa,
  22. int? systemAvailableMemory,
  23. String? appSetId,
  24. AppSetIdScope? appSetIdScope,
})

Implementation

const PlatformContextProperties({
  this.osType,
  this.osVersion,
  this.deviceVendor,
  this.deviceModel,
  this.carrier,
  this.networkType,
  this.networkTechnology,
  this.appleIdfa,
  this.appleIdfv,
  this.availableStorage,
  this.totalStorage,
  this.physicalMemory,
  this.appAvailableMemory,
  this.batteryLevel,
  this.batteryState,
  this.lowPowerMode,
  this.isPortrait,
  this.resolution,
  this.scale,
  this.language,
  this.androidIdfa,
  this.systemAvailableMemory,
  this.appSetId,
  this.appSetIdScope,
});