isAllPermission method

bool isAllPermission()

是否是Server和Channel都拥有的权限

Implementation

bool isAllPermission() {
  return valueInfo().type == 3;
}