StringSchema constructor
StringSchema({})
Implementation
StringSchema({
this.minLength,
this.maxLength,
this.format,
super.defaultValue,
super.title,
super.description,
}) : super(type: 'string');
StringSchema({
this.minLength,
this.maxLength,
this.format,
super.defaultValue,
super.title,
super.description,
}) : super(type: 'string');