Kural constructor
Kural({})
Implementation
Kural({
this.kuralNumber,
this.kural,
this.tamilSectionName,
this.englishSectionName,
this.tamilChapterName,
this.englishChapterName,
this.tamilExplanation,
this.englishExplanation,
});