isInThisMonth property

bool isInThisMonth

Checks whether the date is in the same month as the given date

Implementation

bool get isInThisMonth => isSameMonth(DateTime.now());