Data constructor
Data({
- CreditNote? invoice,
- CreditNote? creditNote,
- CreditNote? wallet,
- CreditNote? ctw,
- Customer? customer,
- Customer? organization,
- Cart? cart,
- CreditNote? order,
- Customer? party,
- CreditNote? subInvoice,
- List<
EloadElement> ? eload, - String? userType,
- SellerPartyMinDetails? sellerPartyMinDetails,
- List<
ConfigDetail> ? configDetails, - SpecialNumber? specialNumber,
Implementation
Data({
this.invoice,
this.creditNote,
this.wallet,
this.ctw,
this.customer,
this.organization,
this.cart,
this.order,
this.party,
this.subInvoice,
this.eload,
this.userType,
this.sellerPartyMinDetails,
this.configDetails,
this.specialNumber,
});