tomorrow property

DateTime get tomorrow

Returns a DateTime that represents the day after this DateTime.

Implementation

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