toJson method
Implementation
Map<String, dynamic> toJson() => {
'appID': appID,
'appName': appName,
'channel': channel,
'licenseFilePath': licenseFilePath,
'appVersion': appVersion,
'appRegion': appRegion?.index,
'vodConfiguration': vodConfiguration?.toJson(),
};