Date.tomorrow constructor

Date.tomorrow()

Tomorrow

Implementation

factory Date.tomorrow() => Date.today().nextDay;