SchemaClass constructor

SchemaClass({
  1. dynamic supersededBy,
  2. String? additionalType,
  3. String? alternateName,
  4. dynamic description,
  5. String? disambiguatingDescription,
  6. dynamic identifier,
  7. dynamic image,
  8. dynamic mainEntityOfPage,
  9. String? name,
  10. SchemaAction? potentialAction,
  11. String? sameAs,
  12. dynamic subjectOf,
  13. String? url,
})

Create a new instance of SchemaClass

Implementation

SchemaClass({
  this.supersededBy,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});