isAfter method

bool isAfter(
  1. Date other
)

Implementation

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