Map<String, dynamic> toJson() { final hlsSettings = this.hlsSettings; return { if (hlsSettings != null) 'hlsSettings': hlsSettings, }; }