operator >= method

bool operator >=(
  1. Date other
)

Greater than or equal

Implementation

bool operator >=(Date other) => isSameOrAfter(other);