UserPrivacySettingRuleAllowUsers constructor

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

Implementation

UserPrivacySettingRuleAllowUsers({required this.userIds});