yesterday method

DateTime yesterday()

Last day

Implementation

DateTime yesterday() => DateTime(year, month, day - 1);