Document constructor
Document({})
Implementation
Document({
required this.fileId,
required this.fileUniqueId,
this.thumbnail,
this.fileName,
this.mimeType,
this.fileSize,
});
Document({
required this.fileId,
required this.fileUniqueId,
this.thumbnail,
this.fileName,
this.mimeType,
this.fileSize,
});