$LoseLifeItemsParamsCopyWith<$Res> constructor

$LoseLifeItemsParamsCopyWith<$Res>(
  1. LoseLifeItemsParams value,
  2. $Res then(
    1. LoseLifeItemsParams
    )
)

Implementation

factory $LoseLifeItemsParamsCopyWith(
        LoseLifeItemsParams value, $Res Function(LoseLifeItemsParams) then) =
    _$LoseLifeItemsParamsCopyWithImpl<$Res>;