nextDay property

DateTime nextDay

Returns DateTime with next day

Implementation

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