SchemaHowToSupply constructor

SchemaHowToSupply({
  1. String? additionalType,
  2. String? alternateName,
  3. dynamic description,
  4. String? disambiguatingDescription,
  5. dynamic identifier,
  6. dynamic image,
  7. SchemaThing? item,
  8. dynamic mainEntityOfPage,
  9. String? name,
  10. SchemaListItem? nextItem,
  11. dynamic owner,
  12. dynamic position,
  13. SchemaAction? potentialAction,
  14. SchemaListItem? previousItem,
  15. dynamic requiredQuantity,
  16. String? sameAs,
  17. dynamic subjectOf,
  18. String? url,
  19. dynamic estimatedCost,
})

Create a new instance of SchemaHowToSupply

Implementation

SchemaHowToSupply({
  super.additionalType,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.identifier,
  super.image,
  super.item,
  super.mainEntityOfPage,
  super.name,
  super.nextItem,
  super.owner,
  super.position,
  super.potentialAction,
  super.previousItem,
  super.requiredQuantity,
  super.sameAs,
  super.subjectOf,
  super.url,
  this.estimatedCost,
});