$SasPortalDeviceModel constructor

$SasPortalDeviceModel({
  1. String? firmwareVersion,
  2. String? hardwareVersion,
  3. String? name,
  4. String? softwareVersion,
  5. String? vendor,
})

Implementation

$SasPortalDeviceModel({
  this.firmwareVersion,
  this.hardwareVersion,
  this.name,
  this.softwareVersion,
  this.vendor,
});