StringAttributeConstraintsType constructor

StringAttributeConstraintsType({
  1. String? maxLength,
  2. String? minLength,
})

Implementation

StringAttributeConstraintsType({
  this.maxLength,
  this.minLength,
});