isBeforeSecond method

bool isBeforeSecond(
  1. DayDart d
)

Implementation

bool isBeforeSecond(DayDart d) {
  return isSameOrBefore(d, DayUnits.m) && $s < d.$s;
}