Android constructor

Android({
  1. String? androidversion,
  2. int? apiLevel,
  3. String? androidSecurityPatchLevel,
  4. bool? isDeviceRooted,
  5. String? androidId,
  6. String? baseband,
  7. String? bootloader,
  8. String? buildId,
  9. String? codeName,
  10. String? fingerprint,
  11. String? id,
  12. String? incremental,
  13. String? javaRuntimeVersion,
  14. String? javaVmVersion,
  15. String? javaHeapSize,
  16. String? kernelArchitecture,
  17. String? kernelVersion,
  18. String? tags,
  19. String? buildType,
  20. String? googlePlayServiceVersion,
  21. String? opensslVersion,
  22. String? zlibVersion,
  23. String? icuCldrVersion,
  24. String? icuLibraryVersion,
  25. String? icuUnicodeVersion,
  26. String? androidLanguage,
  27. 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,
});