toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "item_name": reVal(this.itemName),
      "qty": reVal(this.qty),
      "unique": reVal(this.unique),
      "price": reVal(this.price),
      "cat1": reVal(this.cat1),
      "cat2": reVal(this.cat2),
      "cat3": reVal(this.cat3),
};