CopyWith$Input$ChallengeDonationInput<TRes> constructor

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

Implementation

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