toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (appApk != null) 'appApk': appApk!,
if (appBundle != null) 'appBundle': appBundle!,
if (appPackageId != null) 'appPackageId': appPackageId!,
if (scenarioLabels != null) 'scenarioLabels': scenarioLabels!,
if (scenarios != null) 'scenarios': scenarios!,
};