AndroidModel constructor
AndroidModel({
- String? brand,
- String? codename,
- String? form,
- String? formFactor,
- String? id,
- 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.lowFpsVideoRecording,
this.manufacturer,
this.name,
this.perVersionInfo,
this.screenDensity,
this.screenX,
this.screenY,
this.supportedAbis,
this.supportedVersionIds,
this.tags,
this.thumbnailUrl,
});