ContentRestriction constructor
      
      ContentRestriction({})
     
    
    
Implementation
ContentRestriction({
  this.ownerRestricted,
  this.readOnly,
  this.reason,
  this.restrictingUser,
  this.restrictionTime,
  this.type,
});
ContentRestriction({
  this.ownerRestricted,
  this.readOnly,
  this.reason,
  this.restrictingUser,
  this.restrictionTime,
  this.type,
});