allowWithoutCredential property

  1. @TagNumber(5)
bool allowWithoutCredential

Implementation

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

Implementation

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