userPrivacySettingRuleRestrictUsers property
A rule to restrict all specified users from doing something
Implementation
UserPrivacySettingRuleRestrictUsers? get userPrivacySettingRuleRestrictUsers {
if (this is UserPrivacySettingRuleRestrictUsers) {
return this as UserPrivacySettingRuleRestrictUsers;
}
return null;
}