ContentRestrictionRestrictionsExpandable constructor

ContentRestrictionRestrictionsExpandable({
  1. String? user,
  2. String? group,
})

Implementation

ContentRestrictionRestrictionsExpandable({this.user, this.group});