UserPrivacySettingRuleAllowUsers constructor

const UserPrivacySettingRuleAllowUsers({
  1. required List<int> userIds,
})

A rule to allow certain specified users to do something

Implementation

const UserPrivacySettingRuleAllowUsers({
  required this.userIds,
});