SchemaExerciseAction constructor
      
      SchemaExerciseAction({ 
    
- SchemaPlace? course,
- SchemaDiet? diet,
- SchemaDistance? distance,
- SchemaPlace? exerciseCourse,
- SchemaExercisePlan? exercisePlan,
- SchemaDiet? exerciseRelatedDiet,
- String? exerciseType,
- SchemaPlace? fromLocation,
- SchemaPerson? opponent,
- SchemaSportsActivityLocation? sportsActivityLocation,
- SchemaSportsEvent? sportsEvent,
- SchemaSportsTeam? sportsTeam,
- SchemaPlace? toLocation,
- SchemaAudience? audience,
- SchemaEvent? event,
- SchemaActionStatusType? actionStatus,
- dynamic agent,
- String? endTime,
- SchemaThing? error,
- SchemaThing? instrument,
- dynamic location,
- SchemaThing? object,
- dynamic participant,
- dynamic provider,
- SchemaThing? result,
- String? startTime,
- dynamic target,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});