tomorrow method

DateTime tomorrow()

Next day

Implementation

DateTime tomorrow() => DateTime(year, month, day + 1);