SchemaMonetaryAmountDistribution constructor
SchemaMonetaryAmountDistribution({
- String? currency,
- SchemaDuration? duration,
- int? median,
- int? percentile10,
- int? percentile25,
- int? percentile75,
- int? percentile90,
- 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 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,
});