toJsonLd method
Serialize SchemaPodcastSeason to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'PodcastSeason',
});
Serialize SchemaPodcastSeason to JSON-LD
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'PodcastSeason',
});