UploadItemRef constructor

UploadItemRef({
  1. String? name,
})

Implementation

UploadItemRef({
  this.name,
});