CommandStepCopyWith<$R> constructor

CommandStepCopyWith<$R>(
  1. CommandStep value,
  2. Then<CommandStep, $R> then
)

Implementation

factory CommandStepCopyWith(CommandStep value, Then<CommandStep, $R> then) = _CommandStepCopyWithImpl<$R>;