disableAuth property

  1. @TagNumber(6)
bool get disableAuth

Implementation

@$pb.TagNumber(6)
$core.bool get disableAuth => $_getBF(5);
  1. @TagNumber(6)
set disableAuth (bool v)

Implementation

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