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