hidePasswordReset property

  1. @TagNumber(8)
bool get hidePasswordReset

Implementation

@$pb.TagNumber(8)
$core.bool get hidePasswordReset => $_getBF(7);
  1. @TagNumber(8)
set hidePasswordReset (bool v)

Implementation

@$pb.TagNumber(8)
set hidePasswordReset($core.bool v) { $_setBool(7, v); }