userPrivacySettingRuleRestrictContacts property

UserPrivacySettingRuleRestrictContacts? userPrivacySettingRuleRestrictContacts

A rule to restrict all contacts of the user from doing something

Implementation

UserPrivacySettingRuleRestrictContacts?
    get userPrivacySettingRuleRestrictContacts {
  if (this is UserPrivacySettingRuleRestrictContacts) {
    return this as UserPrivacySettingRuleRestrictContacts;
  }
  return null;
}