ItemStructuredData constructor

ItemStructuredData({
  1. String? hash,
  2. StructuredDataObject? object,
})

Implementation

ItemStructuredData({
  this.hash,
  this.object,
});