isThisMonth property
bool
get
isThisMonth
Returns true if this date is in the current month
Implementation
bool get isThisMonth => DateComparisons.isThisMonth(this);
Returns true if this date is in the current month
bool get isThisMonth => DateComparisons.isThisMonth(this);