StringSpec constructor
const
StringSpec({})
Creates a new StringSpec.
Implementation
const StringSpec({
this.format,
this.pattern,
this.minLength,
this.maxLength,
this.defaultValue,
super.description,
super.nullable,
super.examples,
super.isDeprecated,
});