ValorisationDto constructor
ValorisationDto({})
Returns a new ValorisationDto instance.
Implementation
ValorisationDto({
this.startOfValidity,
this.endOfValidity,
this.predicate,
this.totalAmount,
this.reimbursement,
this.patientIntervention,
this.doctorSupplement,
this.vat,
this.label = const {},
this.encryptedSelf,
});