isYesterday property

bool get isYesterday

return true if the date is Yesterday

Implementation

bool get isYesterday => dayDifference == -1;