userPrivacySettingRuleAllowUsers property

UserPrivacySettingRuleAllowUsers? userPrivacySettingRuleAllowUsers

A rule to allow certain specified users to do something

Implementation

UserPrivacySettingRuleAllowUsers? get userPrivacySettingRuleAllowUsers {
  if (this is UserPrivacySettingRuleAllowUsers) {
    return this as UserPrivacySettingRuleAllowUsers;
  }
  return null;
}