ListDevicesResponse constructor
ListDevicesResponse({
- List<
DeviceDescription> ? devices, - String? nextToken,
Implementation
ListDevicesResponse({
this.devices,
this.nextToken,
});