SchemaSolveMathAction constructor

SchemaSolveMathAction({
  1. SchemaHowTo? actionProcess,
  2. SchemaActionStatusType? actionStatus,
  3. String? additionalType,
  4. dynamic agent,
  5. String? alternateName,
  6. dynamic description,
  7. String? disambiguatingDescription,
  8. String? endTime,
  9. SchemaThing? error,
  10. dynamic identifier,
  11. dynamic image,
  12. SchemaThing? instrument,
  13. dynamic location,
  14. dynamic mainEntityOfPage,
  15. String? name,
  16. SchemaThing? object,
  17. dynamic owner,
  18. dynamic participant,
  19. SchemaAction? potentialAction,
  20. dynamic provider,
  21. SchemaThing? result,
  22. String? sameAs,
  23. String? startTime,
  24. dynamic subjectOf,
  25. dynamic target,
  26. String? url,
  27. String? eduQuestionType,
})

Create a new instance of SchemaSolveMathAction

Implementation

SchemaSolveMathAction({
  super.actionProcess,
  super.actionStatus,
  super.additionalType,
  super.agent,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.endTime,
  super.error,
  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.eduQuestionType,
});