SchemaReplaceAction constructor

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

Create a new instance of SchemaReplaceAction

Implementation

SchemaReplaceAction({
  this.replacee,
  this.replacer,
  this.collection,
  this.targetCollection,
  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,
});