CampaignRecurringDayModel constructor
CampaignRecurringDayModel({})
Implementation
CampaignRecurringDayModel({
required this.id,
this.enabled = true,
this.monday,
this.tuesday,
this.wednesday,
this.thursday,
this.friday,
this.saturday,
this.sunday,
required this.campaignId,
});