ContentRestrictionRestrictions constructor

ContentRestrictionRestrictions({
  1. UserArray? user,
  2. GroupArray? group,
  3. ContentRestrictionRestrictionsExpandable? expandable,
})

Implementation

ContentRestrictionRestrictions({this.user, this.group, this.expandable});