SchemaEntryPoint constructor
SchemaEntryPoint({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- SchemaSoftwareApplication? actionApplication,
- dynamic actionPlatform,
- SchemaSoftwareApplication? application,
- String? contentType,
- String? encodingType,
- String? httpMethod,
- String? urlTemplate,
Create a new instance of SchemaEntryPoint
Implementation
SchemaEntryPoint({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.actionApplication,
this.actionPlatform,
this.application,
this.contentType,
this.encodingType,
this.httpMethod,
this.urlTemplate,
});