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