isOnOrBefore method

bool isOnOrBefore(
  1. Date other
)

Implementation

bool isOnOrBefore(Date other) => this <= other;