toJsonLd method
Serialize SchemaQuantity to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
'@context': 'https://schema.org',
'@type': 'Quantity',
});
Serialize SchemaQuantity to JSON-LD
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
'@context': 'https://schema.org',
'@type': 'Quantity',
});