tomorrow property

DateTime tomorrow

Returns a DateTime representing tomorrow relative to this DateTime.

Implementation

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