operator <= method

bool operator <=(
  1. Date other
)

Implementation

bool operator <=(Date other) => compareTo(other) <= 0;