Returns a DateTime that represents the day before this DateTime.
DateTime get yesterday => this - const Duration(days: 1);