isBefore method

bool isBefore(
  1. Date other
)

Refer to DateTime for more information.

Implementation

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