Sale constructor
Sale({})
Implementation
Sale({
required this.type,
this.operations,
this.description,
required this.quantity,
required this.unitPrice,
this.department,
this.idVat,
});
Sale({
required this.type,
this.operations,
this.description,
required this.quantity,
required this.unitPrice,
this.department,
this.idVat,
});