SchemaStatisticalVariable constructor

SchemaStatisticalVariable({
  1. SchemaProperty? measuredProperty,
  2. SchemaStatisticalVariable? measurementDenominator,
  3. dynamic measurementMethod,
  4. SchemaEnumeration? measurementQualifier,
  5. dynamic measurementTechnique,
  6. SchemaClass? populationType,
  7. dynamic statType,
  8. dynamic constraintProperty,
  9. int? numConstraints,
  10. String? additionalType,
  11. String? alternateName,
  12. dynamic description,
  13. String? disambiguatingDescription,
  14. dynamic identifier,
  15. dynamic image,
  16. dynamic mainEntityOfPage,
  17. String? name,
  18. SchemaAction? potentialAction,
  19. String? sameAs,
  20. dynamic subjectOf,
  21. String? url,
})

Create a new instance of SchemaStatisticalVariable

Implementation

SchemaStatisticalVariable({
  this.measuredProperty,
  this.measurementDenominator,
  this.measurementMethod,
  this.measurementQualifier,
  this.measurementTechnique,
  this.populationType,
  this.statType,
  this.constraintProperty,
  this.numConstraints,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});