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