SchemaExerciseAction constructor

SchemaExerciseAction({
  1. SchemaHowTo? actionProcess,
  2. SchemaActionStatusType? actionStatus,
  3. String? additionalType,
  4. dynamic agent,
  5. String? alternateName,
  6. SchemaAudience? audience,
  7. dynamic description,
  8. String? disambiguatingDescription,
  9. String? endTime,
  10. SchemaThing? error,
  11. SchemaEvent? event,
  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,
  29. SchemaPlace? course,
  30. SchemaDiet? diet,
  31. SchemaDistance? distance,
  32. SchemaPlace? exerciseCourse,
  33. SchemaExercisePlan? exercisePlan,
  34. SchemaDiet? exerciseRelatedDiet,
  35. String? exerciseType,
  36. SchemaPlace? fromLocation,
  37. SchemaPerson? opponent,
  38. SchemaSportsActivityLocation? sportsActivityLocation,
  39. SchemaSportsEvent? sportsEvent,
  40. SchemaSportsTeam? sportsTeam,
  41. SchemaPlace? toLocation,
})

Create a new instance of SchemaExerciseAction

Implementation

SchemaExerciseAction({
  super.actionProcess,
  super.actionStatus,
  super.additionalType,
  super.agent,
  super.alternateName,
  super.audience,
  super.description,
  super.disambiguatingDescription,
  super.endTime,
  super.error,
  super.event,
  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,
  this.course,
  this.diet,
  this.distance,
  this.exerciseCourse,
  this.exercisePlan,
  this.exerciseRelatedDiet,
  this.exerciseType,
  this.fromLocation,
  this.opponent,
  this.sportsActivityLocation,
  this.sportsEvent,
  this.sportsTeam,
  this.toLocation,
});