MmUploadSession constructor
MmUploadSession({})
Returns a new MmUploadSession instance.
Implementation
MmUploadSession({
this.id,
this.type,
this.createAt,
this.userId,
this.channelId,
this.filename,
this.fileSize,
this.fileOffset,
});