GetDeviceInformationResponse class Null safety
This operation gets basic device information from the device.
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
- GetDeviceInformationResponse(dynamic xmlManufacturer, dynamic xmlModel, dynamic xmlFirmwareVersion, dynamic xmlSerialNumber, dynamic xmlHardwareId)
-
GetDeviceInformationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- firmwareVersion → String
-
The firmware version in the device.
read-only
- hardwareId → String
-
The hardware ID of the device.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- manufacturer → String
-
The manufactor of the device.
read-only
- model → String
-
The device model.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serialNumber → String
-
The serial number of the device.
read-only
- xmlFirmwareVersion → dynamic
-
@JsonKey(name: 'FirmwareVersion'), final
- xmlHardwareId → dynamic
-
@JsonKey(name: 'HardwareId'), final
- xmlManufacturer → dynamic
-
@JsonKey(name: 'Manufacturer'), final
- xmlModel → dynamic
-
@JsonKey(name: 'Model'), final
- xmlSerialNumber → dynamic
-
@JsonKey(name: 'SerialNumber'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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