Hijri constructor

Hijri({
  1. String? date,
  2. String? format,
  3. String? day,
  4. HijriWeekday? weekday,
  5. HijriMonth? month,
  6. String? year,
  7. Designation? designation,
  8. List<String>? holidays,
})

Implementation

Hijri(
    {this.date,
    this.format,
    this.day,
    this.weekday,
    this.month,
    this.year,
    this.designation,
    this.holidays});