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 => _genericNext(this);