yesterday property

DateTime yesterday

Get the day prior today

Implementation

DateTime get yesterday => this.subtract(Duration(days: 1));