CopyWith$Input$GiftCardInput<TRes> constructor

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

Implementation

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