isFirstPage method

bool isFirstPage(
  1. int pageIndex
)

التحقق من أن الصفحة هي الأولى في السورة Check if page is first in surah

Implementation

bool isFirstPage(int pageIndex) => pageIndex == 0;