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