surah1 top-level constant

Map<String, dynamic> const surah1

English Quran translation data.

Implementation

const Map<String, dynamic> surah1 =
{
  'id': 1,
  'verses': [
    {
      'id': 1,
      'surah': 1,
      'text': 'In the name of Allāh, the Entirely Merciful, the Especially Merciful. ﴾1﴿',
      'page': 1,
      'juz': 1
    },
    {
      'id': 2,
      'surah': 1,
      'text': '[All] praise is [due] to Allāh, Lord of the worlds - ﴾2﴿',
      'page': 1,
      'juz': 1
    },
    {
      'id': 3,
      'surah': 1,
      'text': 'The Entirely Merciful, the Especially Merciful, ﴾3﴿',
      'page': 1,
      'juz': 1
    },
    {
      'id': 4,
      'surah': 1,
      'text': 'Sovereign of the Day of Recompense. ﴾4﴿',
      'page': 1,
      'juz': 1
    },
    {
      'id': 5,
      'surah': 1,
      'text': 'It is You we worship and You we ask for help. ﴾5﴿',
      'page': 1,
      'juz': 1
    },
    {
      'id': 6,
      'surah': 1,
      'text': 'Guide us to the straight path - ﴾6﴿',
      'page': 1,
      'juz': 1
    },
    {
      'id': 7,
      'surah': 1,
      'text': 'The path of those upon whom You have bestowed favor, not of those who have earned [Your] anger or of those who are astray. ﴾7﴿',
      'page': 1,
      'juz': 1
    }
  ]
}
;