allowWithoutCredential property

  1. @TagNumber.new(5)
bool get allowWithoutCredential

Implementation

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

Implementation

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