SchemaOrderAction constructor

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

Create a new instance of SchemaOrderAction

Implementation

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