nextDay property

DateTime nextDay

Return new instance of DateTime with the next day date

Implementation

DateTime get nextDay => add(const Duration(days: 1));