InputPrivacyValueAllowUsers constructor

const InputPrivacyValueAllowUsers({
  1. required List<InputUserBase> users,
})

Input Privacy Value Allow Users constructor.

Implementation

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