Data constructor
Data({})
Implementation
Data({
this.id,
this.title,
this.urlViewer,
this.url,
this.displayUrl,
this.width,
this.height,
this.size,
this.time,
this.expiration,
this.image,
this.thumb,
this.deleteUrl,
});