AndroidModel constructor
      
      AndroidModel({ 
    
    
- String? brand,
- String? codename,
- String? form,
- String? formFactor,
- String? id,
- LabInfo? labInfo,
- bool? lowFpsVideoRecording,
- String? manufacturer,
- String? name,
- List<PerAndroidVersionInfo> ? perVersionInfo,
- int? screenDensity,
- int? screenX,
- int? screenY,
- List<String> ? supportedAbis,
- List<String> ? supportedVersionIds,
- List<String> ? tags,
- 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,
});