VClip constructor

VClip(
  1. String title,
  2. Uri url,
  3. DateTime datetime,
  4. int playTime,
  5. Uri thumbnail,
  6. String author,
)

Implementation

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