Video constructor
Video({})
Implementation
Video({
required this.fileId,
required this.fileUniqueId,
required this.width,
required this.height,
required this.duration,
this.thumbnail,
this.fileName,
this.mimeType,
this.fileSize,
});