SoftwareInfo class

Information about device software.

Constructors

SoftwareInfo({String? androidBuildNumber, String? androidBuildTime, int? androidDevicePolicyVersionCode, String? androidDevicePolicyVersionName, String? androidVersion, String? bootloaderVersion, String? deviceBuildSignature, String? deviceKernelVersion, String? primaryLanguageCode, String? securityPatchLevel, SystemUpdateInfo? systemUpdateInfo})
SoftwareInfo.fromJson(Map json_)

Properties

androidBuildNumber String?
Android build ID string meant for displaying to the user.
getter/setter pair
androidBuildTime String?
Build time.
getter/setter pair
androidDevicePolicyVersionCode int?
The Android Device Policy app version code.
getter/setter pair
androidDevicePolicyVersionName String?
The Android Device Policy app version as displayed to the user.
getter/setter pair
androidVersion String?
The user-visible Android version string.
getter/setter pair
bootloaderVersion String?
The system bootloader version number, e.g. 0.6.7.
getter/setter pair
deviceBuildSignature String?
SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn't been modified.
getter/setter pair
deviceKernelVersion String?
Kernel version, for example, 2.6.32.9-g103d848.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryLanguageCode String?
An IETF BCP 47 language code for the primary locale on the device.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityPatchLevel String?
Security patch level, e.g. 2016-05-01.
getter/setter pair
systemUpdateInfo SystemUpdateInfo?
Information about a potential pending system update.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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