Params constructor

Params({
  1. double? fajr,
  2. String? isha,
})

Implementation

Params({this.fajr, this.isha});