getSimpleSurah method

Map<int, String>? getSimpleSurah(
  1. int surah
)

Get all Simple text for a surah.

Implementation

Map<int, String>? getSimpleSurah(int surah) => _simple?[surah];