Operation constructor
Operation({})
Implementation
Operation({
required this.adjustmentType,
required this.amount,
this.description,
this.department,
this.idVat,
this.quantity,
});
Operation({
required this.adjustmentType,
required this.amount,
this.description,
this.department,
this.idVat,
this.quantity,
});