SchemaShareAction constructor

SchemaShareAction({
  1. SchemaThing? about,
  2. dynamic inLanguage,
  3. SchemaLanguage? language,
  4. dynamic recipient,
  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 SchemaShareAction

Implementation

SchemaShareAction({
  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,
});