withMode method

Implementation

ReplayEventHistoryState withMode(ReplayEventHistoryMode mode) =>
    copyWith(mode: mode);