operator < method

bool operator <(
  1. Date other
)

Less than

Implementation

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