isBefore method

bool isBefore(
  1. Jalali other
)

Implementation

bool isBefore(Jalali other) => compareTo(other) < 0;