AndroidModel constructor

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

Implementation

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