ListDevicesResponse constructor
      
      ListDevicesResponse({ 
    
    
- required List<DeviceSummary> deviceSummaries,
- String? nextToken,
Implementation
ListDevicesResponse({
  required this.deviceSummaries,
  this.nextToken,
});