brieflyShowPasswordTestValue property

void brieflyShowPasswordTestValue=(bool brieflyShowPasswordTestValue)

Hides the real brieflyShowPassword and reports the given brieflyShowPasswordTestValue instead.

Implementation

set brieflyShowPasswordTestValue(bool brieflyShowPasswordTestValue) { // ignore: avoid_setters_without_getters
  _brieflyShowPasswordTestValue = brieflyShowPasswordTestValue;
}