SchemaQuantitativeValue constructor

SchemaQuantitativeValue({
  1. SchemaPropertyValue? additionalProperty,
  2. int? maxValue,
  3. int? minValue,
  4. String? unitCode,
  5. String? unitText,
  6. dynamic value,
  7. dynamic valueReference,
  8. String? additionalType,
  9. String? alternateName,
  10. dynamic description,
  11. String? disambiguatingDescription,
  12. dynamic identifier,
  13. dynamic image,
  14. dynamic mainEntityOfPage,
  15. String? name,
  16. SchemaAction? potentialAction,
  17. String? sameAs,
  18. dynamic subjectOf,
  19. String? url,
})

Create a new instance of SchemaQuantitativeValue

Implementation

SchemaQuantitativeValue({
  this.additionalProperty,
  this.maxValue,
  this.minValue,
  this.unitCode,
  this.unitText,
  this.value,
  this.valueReference,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});