HadithCollection constructor
HadithCollection({})
Implementation
HadithCollection({
required this.name,
required this.hasBooks,
required this.hasChapters,
required this.collection,
required this.totalHadith,
required this.totalAvailableHadith,
});