isAfter method

bool isAfter(
  1. Jalali other
)

Implementation

bool isAfter(Jalali other) => compareTo(other) > 0;