tomorrow method

DateTime tomorrow()

next day

Implementation

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