operator >= method

bool operator >=(
  1. Week other
)

Greater or equals to operator

Implementation

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