SchemaLocationFeatureSpecification constructor

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

Create a new instance of SchemaLocationFeatureSpecification

Implementation

SchemaLocationFeatureSpecification({
  this.hoursAvailable,
  this.validFrom,
  this.validThrough,
  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,
});