AdminListDevicesResponse constructor

AdminListDevicesResponse({
  1. List<DeviceType>? devices,
  2. String? paginationToken,
})

Implementation

AdminListDevicesResponse({
  this.devices,
  this.paginationToken,
});