ContentRestrictionUpdateRestrictions constructor

ContentRestrictionUpdateRestrictions({
  1. List<ContentRestrictionUpdateRestrictionsGroupItem>? group,
  2. dynamic user,
})

Implementation

ContentRestrictionUpdateRestrictions(
    {List<ContentRestrictionUpdateRestrictionsGroupItem>? group, this.user})
    : group = group ?? [];