TagDorm enum
- Inheritance
- Mixed-in types
- Available extensions
Values
- girls → const TagDorm
-
const TagDorm("دختران", "Girls", 101) - boys → const TagDorm
-
const TagDorm("پسران", "Boys", 102) - featured → const TagDorm
-
const TagDorm("ویژه", "Featured", 201) - active → const TagDorm
-
const TagDorm("فعال", "Active", 202) - inactive → const TagDorm
-
const TagDorm("غیرفعال", "Inactive", 203) - bachelor → const TagDorm
-
const TagDorm("دانشجوی کارشناسی", "Bachelor's students", 301) - master → const TagDorm
-
const TagDorm("دانشجوی ارشد", "Master's students", 302) - phd → const TagDorm
-
const TagDorm("دانشجوی دکتری", "PhD students", 303) - staff → const TagDorm
-
const TagDorm("کارمند و هیئت علمی", "Staff & faculty", 304) - pendingApproval → const TagDorm
-
const TagDorm("در انتظار تأیید", "Pending approval", 401) - approved → const TagDorm
-
const TagDorm("تأیید شده", "Approved", 402) - rejected → const TagDorm
-
const TagDorm("رد شده", "Rejected", 403) - wifi → const TagDorm
-
const TagDorm("وایفای", "Wi-Fi", 501) - parking → const TagDorm
-
const TagDorm("پارکینگ", "Parking", 502) - elevator → const TagDorm
-
const TagDorm("آسانسور", "Elevator", 503) -
const TagDorm("آشپزخانه مشترک", "Shared kitchen", 504) - selfService → const TagDorm
-
const TagDorm("سلفسرویس", "Self-service dining", 505) - laundry → const TagDorm
-
const TagDorm("لباسشویی", "Laundry", 506) - studyRoom → const TagDorm
-
const TagDorm("اتاق مطالعه", "Study room", 507) - library → const TagDorm
-
const TagDorm("کتابخانه", "Library", 508) - prayerRoom → const TagDorm
-
const TagDorm("نمازخانه", "Prayer room", 509) - gym → const TagDorm
-
const TagDorm("باشگاه ورزشی", "Gym", 510) - lounge → const TagDorm
-
const TagDorm("سالن نشیمن مشترک", "Common room", 511) - garden → const TagDorm
-
const TagDorm("حیاط و فضای سبز", "Garden & courtyard", 512) - lockers → const TagDorm
-
const TagDorm("کمد شخصی", "Personal lockers", 513) - cctv → const TagDorm
-
const TagDorm("دوربین مداربسته", "CCTV", 514) - securityGuard → const TagDorm
-
const TagDorm("نگهبان ۲۴ ساعته", "24h security", 515) - supervisor → const TagDorm
-
const TagDorm("سرپرست مقیم", "Resident supervisor", 516) - shuttle → const TagDorm
-
const TagDorm("سرویس رفتوآمد", "Shuttle service", 517) - bikeParking → const TagDorm
-
const TagDorm("پارکینگ دوچرخه و موتور", "Bike parking", 518) - breakfast → const TagDorm
-
const TagDorm("صبحانه", "Breakfast", 601) - lunch → const TagDorm
-
const TagDorm("ناهار", "Lunch", 602) - dinner → const TagDorm
-
const TagDorm("شام", "Dinner", 603) - internetIncluded → const TagDorm
-
const TagDorm("اینترنت", "Internet", 701) - utilitiesIncluded → const TagDorm
-
const TagDorm("آب، برق و گاز", "Water, power & gas", 702) - cleaningIncluded → const TagDorm
-
const TagDorm("نظافت", "Cleaning", 703)
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