AttachmentRequest constructor
AttachmentRequest({
- String? mimeType,
- String? objectId,
- AttachmentProvider? provider,
- AttachmentType? type,
Implementation
AttachmentRequest({
this.mimeType,
this.objectId,
this.provider,
this.type,
});