passwordSet property
Output only. Indicates if the initial_user.password field has been set.
Implementation
@$pb.TagNumber(3)
$core.bool get passwordSet => $_getBF(1);
Implementation
@$pb.TagNumber(3)
set passwordSet($core.bool v) {
$_setBool(1, v);
}