RRuleLocale enum
Supported locales in the package
Values
- en_GB → const RRuleLocale
-
const RRuleLocale('en_GB')
- ar_SA → const RRuleLocale
-
const RRuleLocale('ar_SA')
- bg_BG → const RRuleLocale
-
const RRuleLocale('bg_BG')
- cs_CZ → const RRuleLocale
-
const RRuleLocale('cs_CZ')
- zh_CN → const RRuleLocale
-
const RRuleLocale('zh_CN')
- hr_HR → const RRuleLocale
-
const RRuleLocale('hr_HR')
- da_DK → const RRuleLocale
-
const RRuleLocale('da_DK')
- nl_NL → const RRuleLocale
-
const RRuleLocale('nl_NL')
- et_EE → const RRuleLocale
-
const RRuleLocale('et_EE')
- fi_FI → const RRuleLocale
-
const RRuleLocale('fi_FI')
- fr_FR → const RRuleLocale
-
const RRuleLocale('fr_FR')
- de_DE → const RRuleLocale
-
const RRuleLocale('de_DE')
- el_GR → const RRuleLocale
-
const RRuleLocale('el_GR')
- hu_HU → const RRuleLocale
-
const RRuleLocale('hu_HU')
- id_ID → const RRuleLocale
-
const RRuleLocale('id_ID')
- it_IT → const RRuleLocale
-
const RRuleLocale('it_IT')
- lv_LV → const RRuleLocale
-
const RRuleLocale('lv_LV')
- lt_LT → const RRuleLocale
-
const RRuleLocale('lt_LT')
- nb_NO → const RRuleLocale
-
const RRuleLocale('nb_NO')
- pl_PL → const RRuleLocale
-
const RRuleLocale('pl_PL')
- pt_BR → const RRuleLocale
-
const RRuleLocale('pt_BR')
- ro_RO → const RRuleLocale
-
const RRuleLocale('ro_RO')
- ru_RU → const RRuleLocale
-
const RRuleLocale('ru_RU')
- sr_RS → const RRuleLocale
-
const RRuleLocale('sr_RS')
- sl_SI → const RRuleLocale
-
const RRuleLocale('sl_SI')
- es_ES → const RRuleLocale
-
const RRuleLocale('es_ES')
- sv_SE → const RRuleLocale
-
const RRuleLocale('sv_SE')
- tr_TR → const RRuleLocale
-
const RRuleLocale('tr_TR')
- fa_IR → const RRuleLocale
-
const RRuleLocale('fa_IR')
Properties
- code → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLocale(
) → Locale -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromLocale(
Locale locale) → RRuleLocale?
Constants
-
values
→ const List<
RRuleLocale> - A constant List of the values in this enum, in order of their declaration.