Android constructor
Android({
- String? androidversion,
- int? apiLevel,
- String? androidSecurityPatchLevel,
- bool? isDeviceRooted,
- String? androidId,
- String? baseband,
- String? bootloader,
- String? buildId,
- String? codeName,
- String? fingerprint,
- String? id,
- String? incremental,
- String? javaRuntimeVersion,
- String? javaVmVersion,
- String? javaHeapSize,
- String? kernelArchitecture,
- String? kernelVersion,
- String? tags,
- String? buildType,
- String? googlePlayServiceVersion,
- String? opensslVersion,
- String? zlibVersion,
- String? icuCldrVersion,
- String? icuLibraryVersion,
- String? icuUnicodeVersion,
- String? androidLanguage,
- String? configuredTimeZone,
constructor to initialize the android information.
Implementation
Android({
this.androidversion,
this.apiLevel,
this.androidSecurityPatchLevel,
this.isDeviceRooted,
this.androidId,
this.baseband,
this.bootloader,
this.buildId,
this.codeName,
this.fingerprint,
this.id,
this.incremental,
this.javaRuntimeVersion,
this.javaVmVersion,
this.javaHeapSize,
this.kernelArchitecture,
this.kernelVersion,
this.tags,
this.buildType,
this.googlePlayServiceVersion,
this.opensslVersion,
this.zlibVersion,
this.icuCldrVersion,
this.icuLibraryVersion,
this.icuUnicodeVersion,
this.androidLanguage,
this.configuredTimeZone,
});