Jalali.now constructor

Jalali.now()

Get Jalali date for now

Implementation

factory Jalali.now() {
  return Gregorian.now().toJalali();
}