InputPrivacyValueAllowUsers constructor
const
InputPrivacyValueAllowUsers({
- required List<
InputUserBase> users,
Input Privacy Value Allow Users constructor.
Implementation
const InputPrivacyValueAllowUsers({required this.users}) : super._();