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