CopyWith$Input$UpdateReputationInput<TRes> constructor

CopyWith$Input$UpdateReputationInput<TRes>(
  1. Input$UpdateReputationInput instance,
  2. TRes then(
    1. Input$UpdateReputationInput
    )
)

Implementation

factory CopyWith$Input$UpdateReputationInput(
  Input$UpdateReputationInput instance,
  TRes Function(Input$UpdateReputationInput) then,
) = _CopyWithImpl$Input$UpdateReputationInput;