CampaignDate constructor
Implementation
CampaignDate({
String? fromDate,
String? fromDateTime,
String? toDate,
String? toDateTime,}){
_fromDate = fromDate;
_fromDateTime = fromDateTime;
_toDate = toDate;
_toDateTime = toDateTime;
}