AndroidModel constructor

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

Implementation

AndroidModel({
  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,
});