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