localesTestValue property

void localesTestValue=(List<Locale> localesTestValue)

Hides the real locales and reports the given localesTestValue instead.

Implementation

set localesTestValue(List<Locale> localesTestValue) { // ignore: avoid_setters_without_getters
  _localesTestValue = localesTestValue;
  onLocaleChanged?.call();
}