isThisMonth property

bool isThisMonth

Check if this date is in the same month than DateTime.now

Implementation

bool get isThisMonth => isSameMonth(today);