yesterday property

DateTime get yesterday

Returns a DateTime that represents the day before this DateTime.

Implementation

DateTime get yesterday => this - const Duration(days: 1);