SurahContentModel constructor

SurahContentModel({
  1. int? id,
  2. String? name,
  3. String? remark,
  4. List<Aya>? aya,
})

Implementation

SurahContentModel({
  this.id,
  this.name,
  this.remark,
  this.aya,
});