toJsonLd method
Serialize SchemaRecommendation to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'Recommendation',
'category': convertToJsonLd(category, [
SchemaCategoryCode,
SchemaPhysicalActivityCategory,
String,
SchemaThing
]),
});