isBeforeDate method

bool isBeforeDate(
  1. DateTime other
)

Implementation

bool isBeforeDate(DateTime other) => dateOnly.isBefore(other.dateOnly);