toJson method

Map<String, dynamic> toJson()

Implementation

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