isThisWeek property

bool isThisWeek

Check if this date is in the same month than Date.today

Implementation

bool get isThisWeek => isSameWeek(Date.today());