BaseCopyWith<$T, $R> constructor

BaseCopyWith<$T, $R>(
  1. $T _value,
  2. Then<$T, $R> _then
)

Implementation

BaseCopyWith(this._value, this._then);