VideoSourceFormatVideoList constructor

VideoSourceFormatVideoList({
  1. String? url,
  2. String? name,
})

Implementation

VideoSourceFormatVideoList({
  this.url,
  this.name,
});