isSameMonth method

bool isSameMonth(
  1. dynamic datetime
)

Implementation

bool isSameMonth(datetime) => month == datetime.month;