AndroidModel constructor

AndroidModel({
  1. List<String>? accessDeniedReasons,
  2. String? brand,
  3. String? codename,
  4. String? form,
  5. String? formFactor,
  6. String? id,
  7. LabInfo? labInfo,
  8. bool? lowFpsVideoRecording,
  9. String? manufacturer,
  10. String? name,
  11. List<PerAndroidVersionInfo>? perVersionInfo,
  12. int? screenDensity,
  13. int? screenX,
  14. int? screenY,
  15. List<String>? supportedAbis,
  16. List<String>? supportedVersionIds,
  17. List<String>? tags,
  18. String? thumbnailUrl,
})

Implementation

AndroidModel({
  this.accessDeniedReasons,
  this.brand,
  this.codename,
  this.form,
  this.formFactor,
  this.id,
  this.labInfo,
  this.lowFpsVideoRecording,
  this.manufacturer,
  this.name,
  this.perVersionInfo,
  this.screenDensity,
  this.screenX,
  this.screenY,
  this.supportedAbis,
  this.supportedVersionIds,
  this.tags,
  this.thumbnailUrl,
});