TizenDeviceInfo class

Information derived from system_info.

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

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic> map) TizenDeviceInfo
Creates a TizenDeviceInfo from the map.