withFilter method

Implementation

ReplayEventHistoryState withFilter(ReplayEventHistoryFilter filter) =>
    copyWith(filter: filter);