nextDay property

DateTime get nextDay

The day after this DateTime

Implementation

DateTime get nextDay => addDays(1);