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