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