addDays method

  1. @override
void addDays(
  1. int days
)
override

Implementation

@override
void addDays(int days) => _iCalendar.addDays(days);