StreamHistory constructor
StreamHistory({
- @required List<
Event> history,
Implementation
StreamHistory({@required List<Event> history}) : _history = history;
StreamHistory({@required List<Event> history}) : _history = history;