CopyWith$Input$MailAttachmentInput<TRes> constructor

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

Implementation

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