startDate method

  1. @override
DateTime startDate(
  1. DateTime date
)
override

Returns the next date that fits the dueDay.

Implementation

@override
DateTime startDate(DateTime date) => super.startDate(date);