SystemInfo class final
A collection of device's system description.
It more likely available from pre-built computer and for those who uses custom build may not applied and all properties will be returned either Null or empty String depending applied operating system.
- Annotations
-
- @JsonSerializable()
Constructors
- SystemInfo({required String? family, required String? manufacturer, required String? productName, required String? version})
-
Construct information of the system.
const
Properties
- family → String?
-
Familly series of this system.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- manufacturer → String?
-
A company who manufactur this system.
final
- productName → String?
-
Name of product.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String?
-
System's version.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Return an unmodifiable Map to notate information of SystemInfo.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited