toJsonLd method
Serialize SchemaHyperTocEntry to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'HyperTocEntry',
'tocContinuation':
convertToJsonLd(tocContinuation, [SchemaHyperTocEntry]),
'utterances': convertToJsonLd(utterances, [String]),
});