isYesterday method

bool isYesterday()

Checks if this is yesterday.

Implementation

bool isYesterday() => _date.isTheSameDate(Date.today() - 1);