SchemaEntryPoint constructor
SchemaEntryPoint({
- SchemaSoftwareApplication? actionApplication,
- dynamic actionPlatform,
- SchemaSoftwareApplication? application,
- String? contentType,
- String? encodingType,
- String? httpMethod,
- String? urlTemplate,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});