SchemaReplaceAction constructor

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

Create a new instance of SchemaReplaceAction

Implementation

SchemaReplaceAction({
  super.actionProcess,
  super.actionStatus,
  super.additionalType,
  super.agent,
  super.alternateName,
  super.collection,
  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.provider,
  super.result,
  super.sameAs,
  super.startTime,
  super.subjectOf,
  super.target,
  super.targetCollection,
  super.url,
  this.replacee,
  this.replacer,
});