SchemaDonateAction constructor

SchemaDonateAction({
  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. SchemaPlace? fromLocation,
  11. dynamic identifier,
  12. dynamic image,
  13. SchemaThing? instrument,
  14. dynamic location,
  15. dynamic mainEntityOfPage,
  16. String? name,
  17. SchemaThing? object,
  18. dynamic owner,
  19. dynamic participant,
  20. SchemaAction? potentialAction,
  21. dynamic provider,
  22. SchemaThing? result,
  23. String? sameAs,
  24. String? startTime,
  25. dynamic subjectOf,
  26. dynamic target,
  27. SchemaPlace? toLocation,
  28. String? url,
  29. dynamic price,
  30. String? priceCurrency,
  31. SchemaPriceSpecification? priceSpecification,
  32. dynamic recipient,
})

Create a new instance of SchemaDonateAction

Implementation

SchemaDonateAction({
  super.actionProcess,
  super.actionStatus,
  super.additionalType,
  super.agent,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.endTime,
  super.error,
  super.fromLocation,
  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.toLocation,
  super.url,
  this.price,
  this.priceCurrency,
  this.priceSpecification,
  this.recipient,
});