toJsonLd method
Serialize SchemaImagingTest to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'ImagingTest',
'imagingTechnique':
convertToJsonLd(imagingTechnique, [SchemaMedicalImagingTechnique]),
});