AttachmentCompleteProgressEvent constructor

const AttachmentCompleteProgressEvent(
  1. Response? response
)

Creates a new AttachmentCompleteProgressEvent with the given response indiciating the result of the Attachment Process

Implementation

const AttachmentCompleteProgressEvent(this.response) : super._();