toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (testPackageId != null) 'testPackageId': testPackageId!,
if (testRunnerClass != null) 'testRunnerClass': testRunnerClass!,
if (testTargets != null) 'testTargets': testTargets!,
if (useOrchestrator != null) 'useOrchestrator': useOrchestrator!,
};