nextDay property

DateTime nextDay

The day after The day after this DateTime

Implementation

DateTime get nextDay => addDays(1);