ListDevicesResponse constructor

ListDevicesResponse({
  1. List<Device>? devices,
  2. String? nextPageToken,
})

Implementation

ListDevicesResponse({
  this.devices,
  this.nextPageToken,
});