SchemaStatisticalVariable constructor

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

Create a new instance of SchemaStatisticalVariable

Implementation

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