Date.tomorrow constructor

Date.tomorrow()

Returns tomorrow's date.

Implementation

Date.tomorrow() : _date = _truncateTimeOfDay(DateTime.now().add(const Duration(days: 1)));