SchemaStatisticalVariable constructor
SchemaStatisticalVariable({
- String? additionalType,
- String? alternateName,
- dynamic constraintProperty,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- int? numConstraints,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- SchemaProperty? measuredProperty,
- SchemaStatisticalVariable? measurementDenominator,
- dynamic measurementMethod,
- SchemaEnumeration? measurementQualifier,
- dynamic measurementTechnique,
- SchemaClass? populationType,
- 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,
});