WriteStepCopyWith<$R> constructor

WriteStepCopyWith<$R>(
  1. WriteStep value,
  2. Then<WriteStep, $R> then
)

Implementation

factory WriteStepCopyWith(WriteStep value, Then<WriteStep, $R> then) = _WriteStepCopyWithImpl<$R>;