ResultRoomEvents constructor

ResultRoomEvents({
  1. int? count,
  2. Map<String, Map<String, GroupValue>>? groups,
  3. List<String>? highlights,
  4. String? nextBatch,
  5. List<Result>? results,
  6. Map<String, List<MatrixEvent>>? state,
})

Implementation

ResultRoomEvents({
  this.count,
  this.groups,
  this.highlights,
  this.nextBatch,
  this.results,
  this.state,
});