beforeOrEqual method

bool beforeOrEqual(
  1. TimeOfDay other
)

Implementation

bool beforeOrEqual(TimeOfDay other) {
  return this.compare(other) <= 0;
}