ReferralPeriodDto constructor
Returns a new ReferralPeriodDto instance.
Implementation
ReferralPeriodDto({
this.startDate,
this.endDate,
this.comment,
});
Returns a new ReferralPeriodDto instance.
ReferralPeriodDto({
this.startDate,
this.endDate,
this.comment,
});