SchemaPropertyValueSpecification constructor

SchemaPropertyValueSpecification({
  1. dynamic defaultValue,
  2. int? maxValue,
  3. int? minValue,
  4. bool? multipleValues,
  5. bool? readonlyValue,
  6. int? stepValue,
  7. int? valueMaxLength,
  8. int? valueMinLength,
  9. String? valueName,
  10. String? valuePattern,
  11. bool? valueRequired,
  12. String? additionalType,
  13. String? alternateName,
  14. dynamic description,
  15. String? disambiguatingDescription,
  16. dynamic identifier,
  17. dynamic image,
  18. dynamic mainEntityOfPage,
  19. String? name,
  20. SchemaAction? potentialAction,
  21. String? sameAs,
  22. dynamic subjectOf,
  23. 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,
});