MFSupplier constructor

MFSupplier({
  1. int? supplierCode,
  2. String? supplierName,
  3. num? invoiceShare,
  4. num? proposedShare,
  5. num? depositShare,
})

Implementation

MFSupplier(
    {this.supplierCode,
    this.supplierName,
    this.invoiceShare,
    this.proposedShare,
    this.depositShare});