userPrivacySettingRuleAllowAll property

UserPrivacySettingRuleAllowAll? userPrivacySettingRuleAllowAll

A rule to allow all users to do something

Implementation

UserPrivacySettingRuleAllowAll? get userPrivacySettingRuleAllowAll {
  if (this is UserPrivacySettingRuleAllowAll) {
    return this as UserPrivacySettingRuleAllowAll;
  }
  return null;
}