operator <= method

bool operator <=(
  1. DayOfWeek other
)

Implementation

bool operator <=(DayOfWeek other) => _value <= other._value;