isThisIsoWeek property

bool isThisIsoWeek

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

Implementation

bool get isThisIsoWeek => isSameISOWeek(Date.today());