$ExchangeLifeItemsParamsCopyWith<$Res> constructor

$ExchangeLifeItemsParamsCopyWith<$Res>(
  1. ExchangeLifeItemsParams value,
  2. $Res then(
    1. ExchangeLifeItemsParams
    )
)

Implementation

factory $ExchangeLifeItemsParamsCopyWith(ExchangeLifeItemsParams value,
        $Res Function(ExchangeLifeItemsParams) then) =
    _$ExchangeLifeItemsParamsCopyWithImpl<$Res>;