EventStatus constructor

EventStatus({
  1. required ICalStatus status,
})

Implementation

EventStatus({
  required this.status,
});