TizenDeviceInfo class Null safety
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? profile, 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, required String? platformName, required String? platformProcessor, required String? tizenId})
- Tizen device info class.
Properties
- buildDate → String?
-
http://tizen.org/system/build.date
final
- buildId → String?
-
http://tizen.org/system/build.id
final
- buildRelease → String?
-
http://tizen.org/system/build.release
final
- buildString → String?
-
http://tizen.org/system/build.string
final
- buildTime → String?
-
http://tizen.org/system/build.time
final
- buildType → String?
-
http://tizen.org/system/build.type
final
- buildVariant → String?
-
http://tizen.org/system/build.variant
final
- cpuArch → String?
-
http://tizen.org/feature/platform.core.cpu.arch
final
- deviceType → String?
-
http://tizen.org/system/device_type
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- manufacturer → String?
-
http://tizen.org/system/manufacturer
final
- modelName → String?
-
http://tizen.org/system/model_name
final
- nativeApiVersion → String?
-
http://tizen.org/feature/platform.native.api.version
final
- platformName → String?
-
http://tizen.org/system/platform.name
final
- platformProcessor → String?
-
http://tizen.org/system/platform.processor
final
- platformVersion → String?
-
http://tizen.org/feature/platform.version
final
- profile → String?
-
http://tizen.org/feature/profile
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tizenId → String?
-
http://tizen.org/system/tizenid
final
- webApiVersion → String?
-
http://tizen.org/feature/platform.web.api.version
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
.