yesterday static method

DateTime yesterday()

The DateTime of yesterday (without time (time set to zero)).

Implementation

static DateTime yesterday() => today().copyWith(day: today().day - 1);