HLSManifestLanguage constructor

HLSManifestLanguage(
  1. String? code,
  2. String? name, {
  3. String? nativeName,
  4. String? url,
})

Implementation

HLSManifestLanguage(this.code, this.name, {this.nativeName, this.url});