isAfter method

bool isAfter(
  1. Jalali date
)

Implementation

bool isAfter(Jalali date) {
  return date.compareTo(this) < 0;
}