BaseCopyWith<$T, $R> constructor

BaseCopyWith<$T, $R>(
  1. $T $value,
  2. Then<$T, $R> $then
)

Implementation

BaseCopyWith(this.$value, this.$then);