AttachmentRequest constructor

AttachmentRequest({
  1. String? mimeType,
  2. String? objectId,
  3. AttachmentProvider? provider,
  4. AttachmentType? type,
})

Implementation

AttachmentRequest({
  this.mimeType,
  this.objectId,
  this.provider,
  this.type,
});