next property

DatepickerDateRange get next
override

A date range which begins immediately after this one ends, and has either the same length or similar semantics (such as "the next month").

Implementation

DatepickerDateRange get next =>
    BroadcastMonthRange._(_theFirst.add(months: 1), _ago - 1, _titleFunction);