SchemaReceiveAction constructor

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

Create a new instance of SchemaReceiveAction

Implementation

SchemaReceiveAction({
  this.deliveryMethod,
  this.sender,
  this.fromLocation,
  this.toLocation,
  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,
});