isAfter method

bool isAfter(
  1. Date other
)

Refer to DateTime for more information.

Implementation

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