Returns a DateTime that represents the day after this DateTime.
DateTime get tomorrow => this + const Duration(days: 1);