isSameYear method

bool isSameYear(
  1. DayDart d
)

相同 start

Implementation

bool isSameYear(DayDart d) {
  return $y == d.$y;
}