allowWithoutCredential property
Implementation
@$pb.TagNumber(5)
$core.bool get allowWithoutCredential => $_getBF(2);
Implementation
@$pb.TagNumber(5)
set allowWithoutCredential($core.bool v) {
$_setBool(2, v);
}
@$pb.TagNumber(5)
$core.bool get allowWithoutCredential => $_getBF(2);
@$pb.TagNumber(5)
set allowWithoutCredential($core.bool v) {
$_setBool(2, v);
}