MmFileInfo constructor
MmFileInfo({})
Returns a new MmFileInfo instance.
Implementation
MmFileInfo({
this.id,
this.userId,
this.postId,
this.createAt,
this.updateAt,
this.deleteAt,
this.name,
this.extension_,
this.size,
this.mimeType,
this.width,
this.height,
this.hasPreviewImage,
});