StreamHistory constructor

StreamHistory({
  1. required List<Event> history,
})

Implementation

StreamHistory({required List<Event> history}) : _history = history;