todayInThisMonth property

bool todayInThisMonth

Check today is contains in this month from YearMonth.now

Implementation

bool get todayInThisMonth => this == YearMonth.now();