isBefore method

bool isBefore(
  1. Date other
)

Implementation

bool isBefore(Date other) => asDateTime.isBefore(other.asDateTime);