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