nextDay property

DateTime get nextDay

Implementation

DateTime get nextDay => DateTime(year, month, day + 1);