TagContent enum

Inheritance
Mixed-in types
Available extensions

Values

aboutUs → const TagContent
const TagContent("درباره ما", "About Us", 101)
terms → const TagContent
const TagContent("قوانین و مقررات", "Terms", 102)
contactUs → const TagContent
const TagContent("تماس با ما", "Contact Us", 103)
qa → const TagContent
const TagContent("سوالات متداول", "Q&A", 104)
blog → const TagContent
const TagContent("بلاگ", "Blog", 105)
dorms → const TagContent
const TagContent("خوابگاه‌ها", "Dorms", 106)
hotels → const TagContent
const TagContent("هتل‌ها", "Hotels", 107)
aboutStats → const TagContent
const TagContent("آمار درباره ما", "About Stats", 108)
homeSlider1 → const TagContent
const TagContent("اسلایدر اصلی ۱", "Home Slider 1", 201)
homeSlider2 → const TagContent
const TagContent("اسلایدر اصلی ۲", "Home Slider 2", 202)
homeBanner1 → const TagContent
const TagContent("بنر اصلی ۱", "Home Banner 1", 203)
homeBanner2 → const TagContent
const TagContent("بنر اصلی ۲", "Home Banner 2", 204)
homeBanner3 → const TagContent
const TagContent("بنر اصلی ۳", "Home Banner 3", 205)
homeHero → const TagContent
const TagContent("هیرو صفحه اصلی", "Home Hero", 206)
homeStats → const TagContent
const TagContent("آمار صفحه اصلی", "Home Stats", 207)
homeMarquee → const TagContent
const TagContent("نوار متحرک صفحه اصلی", "Home Marquee", 208)
homeReasons → const TagContent
const TagContent("چرا ما (صفحه اصلی)", "Home Reasons", 209)
homeApp → const TagContent
const TagContent("بنر اپلیکیشن (صفحه اصلی)", "Home App", 210)
const TagContent("منو ۱", "Menu 1", 401)
const TagContent("منو ۲", "Menu 2", 402)
footer1 → const TagContent
const TagContent("فوتر ۱", "Footer 1", 403)
footer2 → const TagContent
const TagContent("فوتر ۲", "Footer 2", 404)
services1 → const TagContent
const TagContent("خدمات ۱", "Services 1", 501)
services2 → const TagContent
const TagContent("خدمات ۲", "Services 2", 502)

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
localizedTitle → String
no setterinherited
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
number → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
titleEn → String
final
titleFa → String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<TagContent>
A constant List of the values in this enum, in order of their declaration.