SchemaError constructor
SchemaError({
- String? additionalType,
- String? alternateName,
- SchemaThing? data,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- SchemaThing? source,
- dynamic subjectOf,
- String? timestamp,
- String? url,
- dynamic errorCode,
Create a new instance of SchemaError
Implementation
SchemaError({
super.additionalType,
super.alternateName,
super.data,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.source,
super.subjectOf,
super.timestamp,
super.url,
this.errorCode,
});