copyWith method
Implementation
CreateInvoiceLink copyWith({
InputMessageContent? invoice,
}) =>
CreateInvoiceLink(
invoice: invoice ?? this.invoice,
);
CreateInvoiceLink copyWith({
InputMessageContent? invoice,
}) =>
CreateInvoiceLink(
invoice: invoice ?? this.invoice,
);