VideoDetail constructor

VideoDetail({
  1. int? heightInPx,
  2. int? widthInPx,
})

Implementation

VideoDetail({
  this.heightInPx,
  this.widthInPx,
});