userPrivacySettingRuleAllowContacts property
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;
}