Device class

A device.

Constructors

Device({required String? name, required String? manufacturer, required String? model, required String? hardware, required String? software})
const
Device.fromJson(Map<String, dynamic> json)
factory

Properties

hardware String?
The hardware version of the device.
final
hashCode int
The hash code for this object.
no setterinherited
manufacturer String?
The manufacturer of the device.
final
model String?
The model of the device.
final
name String?
The name of the device.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
software String?
The software version of the device.
final

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