prev property
A date range which ends immediately before this one starts, and has either the same length or similar semantics (such as "the previous year").
Implementation
DatepickerDateRange? get prev => _genericPrev(this);
A date range which ends immediately before this one starts, and has either the same length or similar semantics (such as "the previous year").
DatepickerDateRange? get prev => _genericPrev(this);