toJsonLd method
Serialize SchemaEnumeration to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'Enumeration',
'supersededBy': convertToJsonLd(
supersededBy, [SchemaClass, SchemaEnumeration, SchemaProperty]),
});