MonthlyPrayer constructor

MonthlyPrayer({
  1. int? code,
  2. String? status,
  3. List<Data>? data,
})

Implementation

MonthlyPrayer({this.code, this.status, this.data});