AddContentRestrictionRestrictionsUserItem constructor

AddContentRestrictionRestrictionsUserItem({
  1. required AddContentRestrictionRestrictionsUserItemType type,
  2. String? username,
  3. String? userKey,
  4. required String accountId,
})

Implementation

AddContentRestrictionRestrictionsUserItem(
    {required this.type,
    this.username,
    this.userKey,
    required this.accountId});