Streams constructor

Streams({
  1. String? profile,
  2. String? quality,
  3. String? id,
  4. int? fps,
})

Implementation

Streams({this.profile, this.quality, this.id, this.fps});