meccanResults property

List<Surah> get meccanResults

Get Meccan surahs from results

Implementation

List<Surah> get meccanResults =>
    results.where((surah) => surah.isMeccan).toList();