ListSmartHomeAppliancesResponse constructor
ListSmartHomeAppliancesResponse({
- String? nextToken,
- List<
SmartHomeAppliance> ? smartHomeAppliances,
Implementation
ListSmartHomeAppliancesResponse({
this.nextToken,
this.smartHomeAppliances,
});