GetDeviceInformationResponse class
This operation gets basic device information from the device.
- Annotations
-
- @JsonSerializable()
Constructors
- GetDeviceInformationResponse(String? manufacturer, String? model, dynamic firmwareVersion, dynamic serialNumber, dynamic hardwareId)
-
GetDeviceInformationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- firmwareVersion → dynamic
-
The firmware version in the device.
final
- hardwareId → dynamic
-
The hardware ID 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 device model.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → dynamic
-
The serial number 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited