AddContentRestrictionRestrictionsUserItem constructor
AddContentRestrictionRestrictionsUserItem({
- required AddContentRestrictionRestrictionsUserItemType type,
- String? username,
- String? userKey,
- required String accountId,
Implementation
AddContentRestrictionRestrictionsUserItem(
{required this.type,
this.username,
this.userKey,
required this.accountId});