isThisMonth property

bool isThisMonth

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

Implementation

bool get isThisMonth => isSameMonth(Date.today());