Date.yesterday constructor

Date.yesterday()

Tomorrow

Implementation

factory Date.yesterday() => Date.today().previousDay;