isThisMonth property

bool isThisMonth

Returs true if this is in current month of the current year

Implementation

bool get isThisMonth => (DateFormat.yMMMM().format(DateTime.now()) ==
    DateFormat.yMMMM().format(this));