ListSmartHomeAppliancesResponse constructor

ListSmartHomeAppliancesResponse({
  1. String? nextToken,
  2. List<SmartHomeAppliance>? smartHomeAppliances,
})

Implementation

ListSmartHomeAppliancesResponse({
  this.nextToken,
  this.smartHomeAppliances,
});