CopyWith$Input$PaymentImagesInput<TRes> constructor

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

Implementation

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