userPrivacySettingRuleRestrictAll property

UserPrivacySettingRuleRestrictAll? userPrivacySettingRuleRestrictAll

A rule to restrict all users from doing something

Implementation

UserPrivacySettingRuleRestrictAll? get userPrivacySettingRuleRestrictAll {
  if (this is UserPrivacySettingRuleRestrictAll) {
    return this as UserPrivacySettingRuleRestrictAll;
  }
  return null;
}