nextDay property

DateTime get nextDay

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

Implementation

DateTime get nextDay => addDays(1);