DeviceInfo constructor

DeviceInfo({
  1. String deviceId = '',
  2. int deviceType = 0,
  3. String manufacturer = '',
  4. String brand = '',
  5. String model = '',
  6. String board = '',
  7. String hardware = '',
  8. String host = '',
  9. String display = '',
  10. String density = '',
  11. String sys = '',
  12. String abis = '',
  13. String extension = '',
  14. Map<String, dynamic>? json,
})

Implementation

DeviceInfo({this.deviceId = '',this.deviceType = 0,this.manufacturer = '',this.brand = '',this.model = '',this.board = '',this.hardware = '',this.host = '',this.display = '',this.density = '',this.sys = '',this.abis = '',this.extension = '', Map<String, dynamic>? json});