whereTypeFilter<T> method

Stream<T> whereTypeFilter<T>()

Implementation

Stream<T> whereTypeFilter<T>() => where((event) => event is T).cast<T>();