SchemaEnumeration constructor

SchemaEnumeration({
  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 SchemaEnumeration

Implementation

SchemaEnumeration({
  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,
});