isSameOrBefore method

bool isSameOrBefore(
  1. DateTime date
)

Implementation

bool isSameOrBefore(DateTime date) => isAtSameMomentAs(date) || isBefore(date);