TodoStatus constructor

TodoStatus({
  1. required ICalStatus status,
})

Implementation

TodoStatus({required this.status});