addMonths method

  1. @override
void addMonths(
  1. int months
)
override

Implementation

@override
void addMonths(int months) => _iCalendar.addMonths(months);