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