TajweedRuleModel class

Constructors

TajweedRuleModel({required int color, required Map<String, String> text, String? resolvedText, int? index})
TajweedRuleModel.fromJson(Map<String, dynamic> json)
factory

Properties

color int
final
displayText String
no setter
hashCode int
The hash code for this object.
no setterinherited
index int?
final
resolvedText String?
النص المختار (بعد forLanguage) لسهولة الاستهلاك في الواجهات.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Map<String, String>
قد يكون النص متعدد اللغات وفق الهيكلة الجديدة. في حال التحويل لقائمة لغة واحدة عبر forLanguage يصبح هذا الحقل مفردًا.
final

Methods

forLanguage(String languageCode, {String fallbackLanguageCode = 'ar'}) TajweedRuleModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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