isThisQuarter property

bool isThisQuarter

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

Implementation

bool get isThisQuarter => isSameQuarter(Date.today());