WriteAccessAllowed constructor

const WriteAccessAllowed({
  1. String? webAppName,
  2. bool? fromAttachmentMenu,
  3. bool? fromRequest,
})

Constructs a WriteAccessAllowed object

Implementation

const WriteAccessAllowed({
  this.webAppName,
  this.fromAttachmentMenu,
  this.fromRequest,
});