TizenDeviceInfo class

Information derived from system_info.

See: https://docs.tizen.org/application/native/guides/device/system

Constructors

TizenDeviceInfo({required String modelName, required String cpuArch, required String nativeApiVersion, required String platformVersion, required String webApiVersion, required String buildDate, required String buildId, required String buildString, required String buildTime, required String buildType, required String buildVariant, required String buildRelease, required String deviceType, required String manufacturer})
Tizen device info class.

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic> map) TizenDeviceInfo
Deserializes from the message received from _kChannel.