isYesterday property

bool isYesterday

return true if the date is Yesterday

Implementation

bool get isYesterday => dayDifference == -1;