SalesOrderLineCompanion constructor
const
SalesOrderLineCompanion({})
Implementation
const SalesOrderLineCompanion({
this.id = const Value.absent(),
this.salesOrderId = const Value.absent(),
this.productId = const Value.absent(),
this.units = const Value.absent(),
this.amount = const Value.absent(),
this.taxAmount = const Value.absent(),
});