SchemaEntryPoint constructor

SchemaEntryPoint({
  1. SchemaSoftwareApplication? actionApplication,
  2. dynamic actionPlatform,
  3. SchemaSoftwareApplication? application,
  4. String? contentType,
  5. String? encodingType,
  6. String? httpMethod,
  7. String? urlTemplate,
  8. String? additionalType,
  9. String? alternateName,
  10. dynamic description,
  11. String? disambiguatingDescription,
  12. dynamic identifier,
  13. dynamic image,
  14. dynamic mainEntityOfPage,
  15. String? name,
  16. SchemaAction? potentialAction,
  17. String? sameAs,
  18. dynamic subjectOf,
  19. String? url,
})

Create a new instance of SchemaEntryPoint

Implementation

SchemaEntryPoint({
  this.actionApplication,
  this.actionPlatform,
  this.application,
  this.contentType,
  this.encodingType,
  this.httpMethod,
  this.urlTemplate,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});