VideoNote constructor
const
VideoNote({})
Constructs a VideoNote object
Implementation
const VideoNote({
required this.fileId,
required this.fileUniqueId,
required this.length,
required this.duration,
this.thumbnail,
this.fileSize,
});