SchemaPropertyValue constructor
SchemaPropertyValue({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- num? maxValue,
- dynamic measurementMethod,
- dynamic measurementTechnique,
- num? minValue,
- String? propertyID,
- String? unitCode,
- String? unitText,
- dynamic value,
- dynamic valueReference,
Create a new instance of SchemaPropertyValue
Implementation
SchemaPropertyValue({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.maxValue,
this.measurementMethod,
this.measurementTechnique,
this.minValue,
this.propertyID,
this.unitCode,
this.unitText,
this.value,
this.valueReference,
});