isSameMonth property

bool get isSameMonth

是否为同一月

Implementation

bool get isSameMonth => start.year == end.year && start.month == end.month;