Subtracts the specified number of days from this date.
DateTime subtractDays(int days) { return subtract(Duration(days: days)); }