$GainLifeItemsParamsCopyWith<$Res> constructor

$GainLifeItemsParamsCopyWith<$Res>(
  1. GainLifeItemsParams value,
  2. $Res then(
    1. GainLifeItemsParams
    )
)

Implementation

factory $GainLifeItemsParamsCopyWith(
        GainLifeItemsParams value, $Res Function(GainLifeItemsParams) then) =
    _$GainLifeItemsParamsCopyWithImpl<$Res>;