PermissionOptions constructor
const
PermissionOptions({})
Constructor
Implementation
const PermissionOptions({
this.permission = 'restricted',
this.allowPrinting = false,
this.allowCopying = false,
this.allowEditing = false,
});