nextDay property

DateTime get nextDay

Implementation

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