$GoalParamsCopyWith<$Res> constructor

$GoalParamsCopyWith<$Res>(
  1. GoalParams value,
  2. $Res then(
    1. GoalParams
    )
)

Implementation

factory $GoalParamsCopyWith(
        GoalParams value, $Res Function(GoalParams) then) =
    _$GoalParamsCopyWithImpl<$Res>;