Surah class

Inheritance

Constructors

Surah({required List<Ayat> ayahs, required int number, required String name, required String englishName, required String englishNameTranslation, required RevelationType revelationType, required int verse, required int words, required int chars})
Surah.fromJson(Map<String, dynamic> json)
factory
Surah.fromRawJson(String str)
factory

Properties

ayahs List<Ayat>
final
chars int
finalinherited
englishName String
finalinherited
englishNameTranslation String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
number int
finalinherited
revelationType → RevelationType
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verse int
finalinherited
words int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toRawJson() String
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited