operator <= method

bool operator <=(
  1. Date other
)

Less than or equal

Implementation

bool operator <=(Date other) => isSameOrBefore(other);