Android class

Android is the class for android information.

Constructors

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.
Android.fromJson(String source)
fromJson is the json representation of the android.
factory
Android.fromMap(Map<String, dynamic> map)
fromMap is the map representation of the android.
factory

Properties

androidId String?
androidId is the android id of the device.
getter/setter pair
androidLanguage String?
androidLanguage is the language of the android.
getter/setter pair
androidSecurityPatchLevel String?
androidSecurityPatchLevel is the security patch level of the android.
getter/setter pair
androidversion String?
androidversion is the version of the android i.e. 6.0.1.
getter/setter pair
apiLevel int?
apiLevel is the api level of the android i.e. 23.
getter/setter pair
baseband String?
baseband is the baseband of the android.
getter/setter pair
bootloader String?
bootloader is the bootloader of the android.
getter/setter pair
buildId String?
buildId is the build id of the android.
getter/setter pair
buildType String?
buildType is the build type of the android.
getter/setter pair
codeName String?
codeName is the code name of the android.
getter/setter pair
configuredTimeZone String?
configuredTimeZone is the configured time zone of the android.
getter/setter pair
fingerprint String?
fingerprint is the fingerprint of the android.
getter/setter pair
googlePlayServiceVersion String?
googlePlayServiceVersion is the google play service version of the android.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
icuCldrVersion String?
icuCldrVersion is the icu cldr version of the android.
getter/setter pair
icuLibraryVersion String?
icuLibraryVersion is the icu library version of the android.
getter/setter pair
icuUnicodeVersion String?
icuUnicodeVersion is the icu unicode version of the android.
getter/setter pair
id String?
id is the id of the android.
getter/setter pair
incremental String?
incremental is the incremental of the android.
getter/setter pair
isDeviceRooted bool?
isDeviceRooted is the boolean value to check if the device is rooted or not.
getter/setter pair
javaHeapSize String?
javaHeapSize is the java heap size of the android.
getter/setter pair
javaRuntimeVersion String?
javaRuntimeVersion is the java runtime version of the android.
getter/setter pair
javaVmVersion String?
javaVmVersion is the java vm version of the android.
getter/setter pair
kernelArchitecture String?
kernelArchitecture is the kernel architecture of the android.
getter/setter pair
kernelVersion String?
kernelVersion is the kernel version of the android.
getter/setter pair
opensslVersion String?
opensslVersion is the openssl version of the android.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags String?
tags is the tags of the android.
getter/setter pair
zlibVersion String?
zlibVersion is the zlib version of the android.
getter/setter pair

Methods

copyWith({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}) Android
copyWith is the function to copy the android information.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toJson is the json representation of the android.
toMap() Map<String, dynamic>
toMap is the map representation of the android.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override