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