SchemaPropertyValue constructor
SchemaPropertyValue({
- int? maxValue,
- dynamic measurementMethod,
- dynamic measurementTechnique,
- int? minValue,
- String? propertyID,
- String? unitCode,
- String? unitText,
- dynamic value,
- dynamic valueReference,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});