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