ayahNumber property

int ayahNumber
final

Represents the number of the Ayah (verse) in the Quran.

This is a unique identifier for each Ayah within a Surah (chapter).

Example:

AyahModel.ayahNumber = 1; // Represents the first Ayah

Implementation

final int ayahNumber;