SchemaSellAction constructor

SchemaSellAction({
  1. dynamic buyer,
  2. SchemaWarrantyPromise? warrantyPromise,
  3. dynamic price,
  4. String? priceCurrency,
  5. SchemaPriceSpecification? priceSpecification,
  6. SchemaActionStatusType? actionStatus,
  7. dynamic agent,
  8. String? endTime,
  9. SchemaThing? error,
  10. SchemaThing? instrument,
  11. dynamic location,
  12. SchemaThing? object,
  13. dynamic participant,
  14. dynamic provider,
  15. SchemaThing? result,
  16. String? startTime,
  17. dynamic target,
  18. String? additionalType,
  19. String? alternateName,
  20. dynamic description,
  21. String? disambiguatingDescription,
  22. dynamic identifier,
  23. dynamic image,
  24. dynamic mainEntityOfPage,
  25. String? name,
  26. SchemaAction? potentialAction,
  27. String? sameAs,
  28. dynamic subjectOf,
  29. String? url,
})

Create a new instance of SchemaSellAction

Implementation

SchemaSellAction({
  this.buyer,
  this.warrantyPromise,
  this.price,
  this.priceCurrency,
  this.priceSpecification,
  this.actionStatus,
  this.agent,
  this.endTime,
  this.error,
  this.instrument,
  this.location,
  this.object,
  this.participant,
  this.provider,
  this.result,
  this.startTime,
  this.target,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});