SalesItemLine constructor
SalesItemLine({})
Implementation
SalesItemLine({
this.id, this.detailType, this.amount, this.description,
this.lineNum, this.salesItemLineDetail
});
SalesItemLine({
this.id, this.detailType, this.amount, this.description,
this.lineNum, this.salesItemLineDetail
});