ICalendar constructor

ICalendar({
  1. String? prodId,
  2. List<Event>? events,
  3. List<String>? properties,
  4. RefreshInterval refreshInterval = RefreshInterval.pt1d,
})

Implementation

ICalendar(
    {this.prodId,
    this.events,
    this.properties,
    this.refreshInterval = RefreshInterval.pt1d});