PersonalEventAndCalendarModel constructor

PersonalEventAndCalendarModel({
  1. int? cardType,
  2. dynamic calendarId,
  3. dynamic calendarEventId,
  4. String? personalEventId,
  5. String? localPathImage,
  6. bool? isMemory = false,
  7. bool? isReminderCard = false,
  8. String? color,
  9. ReminderScheduled? reminderScheduled,
  10. CalmModel? calmModel,
})

Implementation

PersonalEventAndCalendarModel({
  this.cardType,
  this.calendarId,
  this.calendarEventId,
  this.personalEventId,
  this.localPathImage,
  this.isMemory = false,
  this.isReminderCard = false,
  this.color,
  this.reminderScheduled,
  this.calmModel,
});