nextDay property

DateTime nextDay

Returns a DateTime representing the next day relative to this DateTime.

Implementation

DateTime get nextDay => addDays(1);