toMap method
toMap is the map representation of the android.
Implementation
Map<String, dynamic> toMap() {
return {
'androidversion': androidversion,
'apiLevel': apiLevel,
'androidSecurityPatchLevel': androidSecurityPatchLevel,
'isDeviceRooted': isDeviceRooted,
'androidId': androidId,
'baseband': baseband,
'bootloader': bootloader,
'buildId': buildId,
'codeName': codeName,
'fingerprint': fingerprint,
'id': id,
'incremental': incremental,
'javaRuntimeVersion': javaRuntimeVersion,
'javaVmVersion': javaVmVersion,
'javaHeapSize': javaHeapSize,
'kernelArchitecture': kernelArchitecture,
'kernelVersion': kernelVersion,
'tags': tags,
'buildType': buildType,
'googlePlayServiceVersion': googlePlayServiceVersion,
'opensslVersion': opensslVersion,
'zlibVersion': zlibVersion,
'icuCldrVersion': icuCldrVersion,
'icuLibraryVersion': icuLibraryVersion,
'icuUnicodeVersion': icuUnicodeVersion,
'androidLanguage': androidLanguage,
'configuredTimeZone': configuredTimeZone,
};
}