Service constructor
Service({})
Implementation
Service({
super.code,
this.disabled,
this.photoURL,
super.name,
super.description,
super.notes,
super.quantity,
//super.discountRate,
super.price,
super.measureId,
super.reference,
});