SchemaEatAction constructor

SchemaEatAction({
  1. SchemaActionAccessSpecification? actionAccessibilityRequirement,
  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. SchemaOffer? expectsAcceptanceOf,
  12. dynamic identifier,
  13. dynamic image,
  14. SchemaThing? instrument,
  15. dynamic location,
  16. dynamic mainEntityOfPage,
  17. String? name,
  18. SchemaThing? object,
  19. dynamic owner,
  20. dynamic participant,
  21. SchemaAction? potentialAction,
  22. dynamic provider,
  23. SchemaThing? result,
  24. String? sameAs,
  25. String? startTime,
  26. dynamic subjectOf,
  27. dynamic target,
  28. String? url,
})

Create a new instance of SchemaEatAction

Implementation

SchemaEatAction({
  super.actionAccessibilityRequirement,
  super.actionProcess,
  super.actionStatus,
  super.additionalType,
  super.agent,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.endTime,
  super.error,
  super.expectsAcceptanceOf,
  super.identifier,
  super.image,
  super.instrument,
  super.location,
  super.mainEntityOfPage,
  super.name,
  super.object,
  super.owner,
  super.participant,
  super.potentialAction,
  super.provider,
  super.result,
  super.sameAs,
  super.startTime,
  super.subjectOf,
  super.target,
  super.url,
});