SchemaPropertyValue constructor

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

Create a new instance of SchemaPropertyValue

Implementation

SchemaPropertyValue({
  this.maxValue,
  this.measurementMethod,
  this.measurementTechnique,
  this.minValue,
  this.propertyID,
  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,
});