ProgramMacro constructor

const ProgramMacro(
  1. List<ProgramReplayStep> steps
)

Creates a macro from timed replay steps.

Implementation

const ProgramMacro(this.steps);