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