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