$StartParamsCopyWith<$Res> constructor

$StartParamsCopyWith<$Res>(
  1. StartParams value,
  2. $Res then(
    1. StartParams
    )
)

Implementation

factory $StartParamsCopyWith(
        StartParams value, $Res Function(StartParams) then) =
    _$StartParamsCopyWithImpl<$Res>;