AndroidDeviceInfo constructor

AndroidDeviceInfo({
  1. String deviceId = '',
  2. String deviceName = '',
  3. String brand = '',
  4. String sysVersion = '',
  5. String kernelVersion = '',
  6. String model = '',
  7. String hardware = '',
  8. String cpuCoreNum = '',
  9. String androidId = '',
  10. String resolution = '',
  11. String density = '',
  12. String storageSize = '',
  13. String runMemory = '',
  14. String manufacturer = '',
  15. String ip = '',
  16. String host = '',
  17. String abis = '',
  18. String board = '',
  19. Map<String, dynamic>? json,
})

Implementation

AndroidDeviceInfo({this.deviceId = '',this.deviceName = '',this.brand = '',this.sysVersion = '',this.kernelVersion = '',this.model = '',this.hardware = '',this.cpuCoreNum = '',this.androidId = '',this.resolution = '',this.density = '',this.storageSize = '',this.runMemory = '',this.manufacturer = '',this.ip = '',this.host = '',this.abis = '',this.board = '', Map<String, dynamic>? json});