localeMatcher property
PluralRulesOptionsLocaleMatcherOptions?
get
localeMatcher
Implementation
_i3.PluralRulesOptionsLocaleMatcherOptions? get localeMatcher =>
switch (_i5.getProperty(
this,
'localeMatcher',
)) {
_i2.String name =>
_i3.PluralRulesOptionsLocaleMatcherOptions.values.byName(name),
_ => null
};
set
localeMatcher
(PluralRulesOptionsLocaleMatcherOptions? value)
Implementation
set localeMatcher(_i3.PluralRulesOptionsLocaleMatcherOptions? value) {
_i5.setProperty(
this,
'localeMatcher',
value?.name ?? _i4.undefined,
);
}