GetDeviceInformationResponse constructor

GetDeviceInformationResponse(
  1. String? manufacturer,
  2. String? model,
  3. dynamic firmwareVersion,
  4. dynamic serialNumber,
  5. dynamic hardwareId,
)

Implementation

GetDeviceInformationResponse(
  this.manufacturer,
  this.model,
  this.firmwareVersion,
  this.serialNumber,
  this.hardwareId,
);