nextDay property

DateTime nextDay

Implementation

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