SchemaInsertAction constructor

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

Create a new instance of SchemaInsertAction

Implementation

SchemaInsertAction({
  this.toLocation,
  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,
  this.collection,
  this.targetCollection,
});