DehydratedDeviceEvents constructor

DehydratedDeviceEvents({
  1. String? nextBatch,
  2. List<ToDeviceEvent>? events,
})

Implementation

DehydratedDeviceEvents({
  this.nextBatch,
  this.events,
});