VideoDetail constructor

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

Implementation

VideoDetail({
  this.url = "",
  this.title = "",
  //height = 300
}) : super(ResourceType.video) {
  //this.height = height;
}