GetRelatingEventsResponse constructor

GetRelatingEventsResponse({
  1. required List<MatrixEvent> chunk,
  2. String? nextBatch,
  3. String? prevBatch,
})

Implementation

GetRelatingEventsResponse({
  required this.chunk,
  this.nextBatch,
  this.prevBatch,
});