CopyWithBase<Result, In, Out> constructor

const CopyWithBase<Result, In, Out>(
  1. In $value,
  2. Then<In, Out> $then1,
  3. Then<Out, Result> $then2
)

Implementation

const CopyWithBase(this.$value, this.$then1, this.$then2);