SmartHomeAppliance constructor

SmartHomeAppliance({
  1. String? description,
  2. String? friendlyName,
  3. String? manufacturerName,
})

Implementation

SmartHomeAppliance({
  this.description,
  this.friendlyName,
  this.manufacturerName,
});