AllowedUpdates constructor

AllowedUpdates(
  1. bool canUpdate,
  2. bool canCopy,
  3. bool canDelete
)

Implementation

AllowedUpdates(this.canUpdate, this.canCopy, this.canDelete);