SurahHeaderModel class

Constructors

SurahHeaderModel({int? id, String? nameArabic, String? nameLatin, String? asma, int? ayah, String? type, String? transliteration, String? audio})
SurahHeaderModel.fromJson(Map<String, dynamic> json)
SurahHeaderModel.fromJson construct SurahHeaderModel from json object

Properties

arabicIndex String
arabicIndex get arabic number representation of the surah
no setter
asma String?
getter/setter pair
audio String?
getter/setter pair
ayah int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
nameArabic String?
getter/setter pair
nameLatin String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transliteration String?
getter/setter pair
type String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toJson construct Json data based on SurahHeaderModel object
toString() String
toString json data string representation
override

Operators

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