JHijri constructor

JHijri({
  1. int fDay = 1,
  2. int fMonth = 1,
  3. int fYear = 1,
  4. DateTime? fDate,
  5. DisplayFormat fDisplay = DisplayFormat.DDMMMYYYY,
})

Implementation

JHijri(
    {this.fDay = 1,
    this.fMonth = 1,
    this.fYear = 1,
    this.fDate,
    this.fDisplay = DisplayFormat.DDMMMYYYY});