tomorrow method

DateTime tomorrow()

Create a new date with tomorrow values.

Implementation

DateTime tomorrow() => add(Duration(days: 1));