AttachmentDataRef constructor

AttachmentDataRef({
  1. String? attachmentUploadToken,
  2. String? resourceName,
})

Implementation

AttachmentDataRef({
  this.attachmentUploadToken,
  this.resourceName,
});