CopyWith$Input$PaymentImagesPngInput<TRes> constructor

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

Implementation

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