localesTestValue property Null safety
Hides the real locales and reports the given localesTestValue instead.
Implementation
set localesTestValue(List<ui.Locale> localesTestValue) { // ignore: avoid_setters_without_getters
_localesTestValue = localesTestValue;
onLocaleChanged?.call();
}