localesTestValue property

set localesTestValue (List<Locale> localesTestValue)

Hides the real locales and reports the given localesTestValue instead.

Implementation

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