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