withReplay method

ProgramOptions withReplay(
  1. ProgramReplay replay
)

Creates options with a replay source.

Implementation

ProgramOptions withReplay(ProgramReplay replay) => copyWith(replay: replay);