isOnOrAfter method

bool isOnOrAfter(
  1. Date other
)

Implementation

bool isOnOrAfter(Date other) => this >= other;