SchemaAction constructor

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

Create a new instance of SchemaAction

Implementation

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