Encodes this CockpitInlineCaseSource as a JSON object.
@override Map<String, Object?> toJson() => <String, Object?>{ 'kind': kind, 'case': testCase.toJson(), 'sourceSha256': sourceSha256, };