nextDay property

Date nextDay

The day after this Date

Implementation

Date get nextDay => addDays(1);