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