isAfterDate method

bool isAfterDate(
  1. DateTime other
)

Implementation

bool isAfterDate(DateTime other) => dateOnly.isAfter(other.dateOnly);