SchemaExerciseAction constructor

SchemaExerciseAction({
  1. SchemaPlace? course,
  2. SchemaDiet? diet,
  3. SchemaDistance? distance,
  4. SchemaPlace? exerciseCourse,
  5. SchemaExercisePlan? exercisePlan,
  6. SchemaDiet? exerciseRelatedDiet,
  7. String? exerciseType,
  8. SchemaPlace? fromLocation,
  9. SchemaPerson? opponent,
  10. SchemaSportsActivityLocation? sportsActivityLocation,
  11. SchemaSportsEvent? sportsEvent,
  12. SchemaSportsTeam? sportsTeam,
  13. SchemaPlace? toLocation,
  14. SchemaAudience? audience,
  15. SchemaEvent? event,
  16. SchemaActionStatusType? actionStatus,
  17. dynamic agent,
  18. String? endTime,
  19. SchemaThing? error,
  20. SchemaThing? instrument,
  21. dynamic location,
  22. SchemaThing? object,
  23. dynamic participant,
  24. dynamic provider,
  25. SchemaThing? result,
  26. String? startTime,
  27. dynamic target,
  28. String? additionalType,
  29. String? alternateName,
  30. dynamic description,
  31. String? disambiguatingDescription,
  32. dynamic identifier,
  33. dynamic image,
  34. dynamic mainEntityOfPage,
  35. String? name,
  36. SchemaAction? potentialAction,
  37. String? sameAs,
  38. dynamic subjectOf,
  39. String? url,
})

Create a new instance of SchemaExerciseAction

Implementation

SchemaExerciseAction({
  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,
  this.audience,
  this.event,
  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,
});