SchemaPropertyValueSpecification constructor
SchemaPropertyValueSpecification({
- dynamic defaultValue,
- int? maxValue,
- int? minValue,
- bool? multipleValues,
- bool? readonlyValue,
- int? stepValue,
- int? valueMaxLength,
- int? valueMinLength,
- String? valueName,
- String? valuePattern,
- bool? valueRequired,
- 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 SchemaPropertyValueSpecification
Implementation
SchemaPropertyValueSpecification({
this.defaultValue,
this.maxValue,
this.minValue,
this.multipleValues,
this.readonlyValue,
this.stepValue,
this.valueMaxLength,
this.valueMinLength,
this.valueName,
this.valuePattern,
this.valueRequired,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});