FindDevicesByOwnerResponse constructor

FindDevicesByOwnerResponse({
  1. List<Device>? devices,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

FindDevicesByOwnerResponse({
  this.devices,
  this.nextPageToken,
  this.totalSize,
});