SchemaCommentAction constructor

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

Create a new instance of SchemaCommentAction

Implementation

SchemaCommentAction({
  this.resultComment,
  this.about,
  this.inLanguage,
  this.language,
  this.recipient,
  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,
});