SchemaDefinedTerm constructor

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

Create a new instance of SchemaDefinedTerm

Implementation

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