Dash constructor

Dash({
  1. List<StreamsAvc>? streamsAvc,
  2. Cdns? cdns,
  3. List<Streams>? streams,
  4. List<StreamsAv1>? streamsAv1,
  5. bool? separateAv,
  6. String? defaultCdn,
})

Implementation

Dash(
    {this.streamsAvc,
    this.cdns,
    this.streams,
    this.streamsAv1,
    this.separateAv,
    this.defaultCdn});