ReadStepCopyWith<$R> constructor

ReadStepCopyWith<$R>(
  1. ReadStep value,
  2. Then<ReadStep, $R> then
)

Implementation

factory ReadStepCopyWith(ReadStep value, Then<ReadStep, $R> then) = _ReadStepCopyWithImpl<$R>;