PrivacyValueAllowUsers constructor

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

Privacy Value Allow Users constructor.

Implementation

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