SchemaStatisticalVariable constructor
SchemaStatisticalVariable({
- SchemaProperty? measuredProperty,
- SchemaStatisticalVariable? measurementDenominator,
- dynamic measurementMethod,
- SchemaEnumeration? measurementQualifier,
- dynamic measurementTechnique,
- SchemaClass? populationType,
- dynamic statType,
- dynamic constraintProperty,
- int? numConstraints,
- 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 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,
});