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