SchemaError constructor

SchemaError({
  1. String? additionalType,
  2. String? alternateName,
  3. SchemaThing? data,
  4. dynamic description,
  5. String? disambiguatingDescription,
  6. dynamic identifier,
  7. dynamic image,
  8. dynamic mainEntityOfPage,
  9. String? name,
  10. dynamic owner,
  11. SchemaAction? potentialAction,
  12. String? sameAs,
  13. SchemaThing? source,
  14. dynamic subjectOf,
  15. String? timestamp,
  16. String? url,
  17. 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,
});