ListCoreDevicesResponse constructor
ListCoreDevicesResponse({
- List<
CoreDevice> ? coreDevices, - String? nextToken,
Implementation
ListCoreDevicesResponse({
this.coreDevices,
this.nextToken,
});