ContentRestriction constructor

ContentRestriction({
  1. bool? ownerRestricted,
  2. bool? readOnly,
  3. String? reason,
  4. User? restrictingUser,
  5. DateTime? restrictionTime,
  6. bool? systemRestricted,
  7. String? type,
})

Implementation

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