BaseCopyWith<$T, $R> constructor
BaseCopyWith<$T, $R> (
- $T $value,
- Then<
$T, $R> $then
Implementation
BaseCopyWith(this.$value, this.$then);
BaseCopyWith(this.$value, this.$then);