ListDevicesResult constructor

ListDevicesResult({
  1. List<Device>? devices,
  2. String? nextToken,
})

Implementation

ListDevicesResult({
  this.devices,
  this.nextToken,
});