SchemaCommentAction constructor

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

Create a new instance of SchemaCommentAction

Implementation

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