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