SearchDevicesResponse constructor

SearchDevicesResponse({
  1. List<DeviceData>? devices,
  2. String? nextToken,
  3. int? totalCount,
})

Implementation

SearchDevicesResponse({
  this.devices,
  this.nextToken,
  this.totalCount,
});