ItemStructuredData constructor
ItemStructuredData({
- String? hash,
- StructuredDataObject? object,
Implementation
ItemStructuredData({
this.hash,
this.object,
});
ItemStructuredData({
this.hash,
this.object,
});