TimelineUpdate constructor

TimelineUpdate({
  1. List<SDNEvent>? events,
  2. bool? limited,
  3. String? prevBatch,
})

Implementation

TimelineUpdate({
  this.events,
  this.limited,
  this.prevBatch,
});