ReferralPeriod({ DateTime? startDate, DateTime? endDate, String? comment }) : startDate = startDate ?? null, endDate = endDate ?? null, comment = comment ?? null;