SchemaQuantity constructor

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

Create a new instance of SchemaQuantity

Implementation

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