VClip constructor

VClip(String title, Uri url, DateTime datetime, int playTime, Uri thumbnail, String author)

Implementation

VClip(this.title, this.url, this.datetime, this.playTime, this.thumbnail,
    this.author);