CalendarNotification constructor

CalendarNotification({
  1. String? method,
  2. String? type,
})

Implementation

CalendarNotification({
  this.method,
  this.type,
});