isSameSecond method

bool isSameSecond(
  1. DayDart d
)

Implementation

bool isSameSecond(DayDart d) {
  return isSameMinute(d) && $s == d.$s;
}