disableLogin property

  1. @TagNumber.new(4)
bool get disableLogin

Implementation

@$pb.TagNumber(4)
$core.bool get disableLogin => $_getBF(3);
  1. @TagNumber.new(4)
set disableLogin (bool v)

Implementation

@$pb.TagNumber(4)
set disableLogin($core.bool v) { $_setBool(3, v); }