StringRule constructor

const StringRule({
  1. int? minLength,
  2. int? maxLength,
  3. RegExp? pattern,
})

Implementation

const StringRule({this.minLength, this.maxLength, this.pattern});