SchemaMonetaryAmountDistribution constructor

SchemaMonetaryAmountDistribution({
  1. String? currency,
  2. SchemaDuration? duration,
  3. int? median,
  4. int? percentile10,
  5. int? percentile25,
  6. int? percentile75,
  7. int? percentile90,
  8. String? additionalType,
  9. String? alternateName,
  10. dynamic description,
  11. String? disambiguatingDescription,
  12. dynamic identifier,
  13. dynamic image,
  14. dynamic mainEntityOfPage,
  15. String? name,
  16. SchemaAction? potentialAction,
  17. String? sameAs,
  18. dynamic subjectOf,
  19. String? url,
})

Create a new instance of SchemaMonetaryAmountDistribution

Implementation

SchemaMonetaryAmountDistribution({
  this.currency,
  this.duration,
  this.median,
  this.percentile10,
  this.percentile25,
  this.percentile75,
  this.percentile90,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});