GetDeviceInformationResponse class

This operation gets basic device information from the device.

Annotations

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.
read-onlyinherited
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.
read-onlyinherited
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