allowWithoutCredential property Null safety

bool allowWithoutCredential

Implementation

@$pb.TagNumber(5)
$core.bool get allowWithoutCredential => $_getBF(2);
void allowWithoutCredential=(bool v)

Implementation

@$pb.TagNumber(5)
set allowWithoutCredential($core.bool v) { $_setBool(2, v); }