brieflyShowPasswordTestValue property
Hides the real brieflyShowPassword and reports the given
brieflyShowPasswordTestValue
instead.
Implementation
set brieflyShowPasswordTestValue(bool brieflyShowPasswordTestValue) { // ignore: avoid_setters_without_getters
_brieflyShowPasswordTestValue = brieflyShowPasswordTestValue;
}