PrivacyValueDisallowUsers constructor

const PrivacyValueDisallowUsers({
  1. required List<int> users,
})

Privacy Value Disallow Users constructor.

Implementation

const PrivacyValueDisallowUsers({required this.users}) : super._();