surahNumber property

int surahNumber
final

The number of the Surah (chapter) in the Quran.

This is used to identify and reference a specific Surah.

Example:

final int surahNumber = 1; // Al-Fatiha

Implementation

final int surahNumber;