userPrivacySettingRuleAllowUsers property
A rule to allow certain specified users to do something
Implementation
UserPrivacySettingRuleAllowUsers? get userPrivacySettingRuleAllowUsers {
if (this is UserPrivacySettingRuleAllowUsers) {
return this as UserPrivacySettingRuleAllowUsers;
}
return null;
}