Document constructor
const
Document({})
Creates a new Document object.
Implementation
const Document({
required this.fileId,
required this.fileUniqueId,
this.thumbnail,
this.fileName,
this.mimeType,
this.fileSize,
});