copyWith method
Implementation
InternalLinkTypeInvoice copyWith({String? invoiceName}) =>
InternalLinkTypeInvoice(invoiceName: invoiceName ?? this.invoiceName);
InternalLinkTypeInvoice copyWith({String? invoiceName}) =>
InternalLinkTypeInvoice(invoiceName: invoiceName ?? this.invoiceName);