copyWith method
Implementation
GetPaymentForm copyWith({
InputInvoice? inputInvoice,
ThemeParameters? theme,
}) =>
GetPaymentForm(
inputInvoice: inputInvoice ?? this.inputInvoice,
theme: theme ?? this.theme,
);
GetPaymentForm copyWith({
InputInvoice? inputInvoice,
ThemeParameters? theme,
}) =>
GetPaymentForm(
inputInvoice: inputInvoice ?? this.inputInvoice,
theme: theme ?? this.theme,
);