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