copyWith method

InternalLinkTypeInvoice copyWith({
  1. String? invoiceName,
})

Implementation

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