AndroidDeviceModel constructor

AndroidDeviceModel({
  1. String? product,
  2. bool? isEmulator,
  3. String? display,
  4. String? type,
  5. Version? version,
  6. String? manufacturer,
  7. String? tags,
  8. String? bootloader,
  9. String? fingerprint,
  10. String? host,
  11. String? model,
  12. String? id,
  13. bool? isDeviceRoot,
  14. String? brand,
  15. String? device,
  16. String? board,
  17. String? androidId,
  18. String? hardware,
})

Implementation

AndroidDeviceModel(
    {this.product,
    this.isEmulator,
    this.display,
    this.type,
    this.version,
    this.manufacturer,
    this.tags,
    this.bootloader,
    this.fingerprint,
    this.host,
    this.model,
    this.id,
    this.isDeviceRoot,
    this.brand,
    this.device,
    this.board,
    this.androidId,
    this.hardware});