SchemaPropertyValueSpecification constructor
SchemaPropertyValueSpecification({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic defaultValue,
- num? maxValue,
- num? minValue,
- bool? multipleValues,
- bool? readonlyValue,
- num? stepValue,
- num? valueMaxLength,
- num? valueMinLength,
- String? valueName,
- String? valuePattern,
- bool? valueRequired,
Create a new instance of SchemaPropertyValueSpecification
Implementation
SchemaPropertyValueSpecification({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.defaultValue,
this.maxValue,
this.minValue,
this.multipleValues,
this.readonlyValue,
this.stepValue,
this.valueMaxLength,
this.valueMinLength,
this.valueName,
this.valuePattern,
this.valueRequired,
});