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