$NothingParamsCopyWith<$Res> constructor

$NothingParamsCopyWith<$Res>(
  1. NothingParams value,
  2. $Res then(
    1. NothingParams
    )
)

Implementation

factory $NothingParamsCopyWith(
        NothingParams value, $Res Function(NothingParams) then) =
    _$NothingParamsCopyWithImpl<$Res>;