SchemaEnergyConsumptionDetails constructor

SchemaEnergyConsumptionDetails({
  1. SchemaEUEnergyEfficiencyEnumeration? energyEfficiencyScaleMax,
  2. SchemaEUEnergyEfficiencyEnumeration? energyEfficiencyScaleMin,
  3. SchemaEnergyEfficiencyEnumeration? hasEnergyEfficiencyCategory,
  4. String? additionalType,
  5. String? alternateName,
  6. dynamic description,
  7. String? disambiguatingDescription,
  8. dynamic identifier,
  9. dynamic image,
  10. dynamic mainEntityOfPage,
  11. String? name,
  12. SchemaAction? potentialAction,
  13. String? sameAs,
  14. dynamic subjectOf,
  15. String? url,
})

Create a new instance of SchemaEnergyConsumptionDetails

Implementation

SchemaEnergyConsumptionDetails({
  this.energyEfficiencyScaleMax,
  this.energyEfficiencyScaleMin,
  this.hasEnergyEfficiencyCategory,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});