ContentRestrictions constructor

ContentRestrictions({
  1. ContentRestriction? read,
  2. ContentRestriction? update,
  3. ContentRestrictionsExpandable? expandable,
  4. GenericLinks? links,
})

Implementation

ContentRestrictions({this.read, this.update, this.expandable, this.links});