where method
Implementation
RecordedEventList<E> where(bool Function(E event) predicate) {
return RecordedEventList(_events.where(predicate).toList());
}
RecordedEventList<E> where(bool Function(E event) predicate) {
return RecordedEventList(_events.where(predicate).toList());
}