SchemaObservation constructor

SchemaObservation({
  1. SchemaQuantitativeValue? marginOfError,
  2. SchemaProperty? measuredProperty,
  3. SchemaStatisticalVariable? measurementDenominator,
  4. dynamic measurementMethod,
  5. SchemaEnumeration? measurementQualifier,
  6. dynamic measurementTechnique,
  7. dynamic observationAbout,
  8. String? observationDate,
  9. String? observationPeriod,
  10. dynamic variableMeasured,
  11. SchemaPropertyValue? additionalProperty,
  12. int? maxValue,
  13. int? minValue,
  14. String? unitCode,
  15. String? unitText,
  16. dynamic value,
  17. dynamic valueReference,
  18. String? additionalType,
  19. String? alternateName,
  20. dynamic description,
  21. String? disambiguatingDescription,
  22. dynamic identifier,
  23. dynamic image,
  24. dynamic mainEntityOfPage,
  25. String? name,
  26. SchemaAction? potentialAction,
  27. String? sameAs,
  28. dynamic subjectOf,
  29. String? url,
})

Create a new instance of SchemaObservation

Implementation

SchemaObservation({
  this.marginOfError,
  this.measuredProperty,
  this.measurementDenominator,
  this.measurementMethod,
  this.measurementQualifier,
  this.measurementTechnique,
  this.observationAbout,
  this.observationDate,
  this.observationPeriod,
  this.variableMeasured,
  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,
});