GetRelatingEventsResponse constructor
GetRelatingEventsResponse({
- required List<
MatrixEvent> chunk, - String? nextBatch,
- String? prevBatch,
- int? recursionDepth,
Implementation
GetRelatingEventsResponse({
required this.chunk,
this.nextBatch,
this.prevBatch,
this.recursionDepth,
});