SchemaObservation constructor
SchemaObservation({
- SchemaQuantitativeValue? marginOfError,
- SchemaProperty? measuredProperty,
- SchemaStatisticalVariable? measurementDenominator,
- dynamic measurementMethod,
- SchemaEnumeration? measurementQualifier,
- dynamic measurementTechnique,
- dynamic observationAbout,
- String? observationDate,
- String? observationPeriod,
- dynamic variableMeasured,
- SchemaPropertyValue? additionalProperty,
- int? maxValue,
- int? minValue,
- 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 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,
});