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