UploadFileRequest constructor

UploadFileRequest({
  1. String? fileId,
})

Implementation

UploadFileRequest({
  this.fileId,
});