copyWith property

Implementation

CopyWith$Input$SaleInvoiceInput<Input$SaleInvoiceInput> get copyWith =>
    CopyWith$Input$SaleInvoiceInput(
      this,
      (i) => i,
    );