VideoNote constructor
VideoNote({})
Basic constructor
Implementation
VideoNote({
required this.fileId,
required this.fileUniqueId,
required this.length,
required this.duration,
this.thumb,
this.fileSize,
});
Basic constructor
VideoNote({
required this.fileId,
required this.fileUniqueId,
required this.length,
required this.duration,
this.thumb,
this.fileSize,
});