VideoDetail constructor

VideoDetail({
  1. String url = "",
  2. String title = "",
  3. String desc = "",
})

Implementation

VideoDetail({
  this.url = "",
  this.title = "",
  this.desc=""
}) : super(ResourceType.video) {}