userPrivacySettingRuleAllowContacts property

UserPrivacySettingRuleAllowContacts? userPrivacySettingRuleAllowContacts

A rule to allow all contacts of the user to do something

Implementation

UserPrivacySettingRuleAllowContacts? get userPrivacySettingRuleAllowContacts {
  if (this is UserPrivacySettingRuleAllowContacts) {
    return this as UserPrivacySettingRuleAllowContacts;
  }
  return null;
}