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