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