UploadInfo constructor

UploadInfo(
  1. String url,
  2. String ref
)

Implementation

UploadInfo(this.url, this.ref);