core.Map<core.String, core.dynamic> toJson() => { if (creationTime != null) 'creationTime': creationTime!, if (output != null) 'output': output!, if (testCase != null) 'testCase': testCase!, };