MessageUploadInfo constructor

MessageUploadInfo(
  1. String url,
  2. String md5
)

Implementation

MessageUploadInfo(this.url, this.md5);