MinLengthValidatorConfig constructor

const MinLengthValidatorConfig({
  1. required int length,
})

Implementation

const MinLengthValidatorConfig({
  required this.length,
}) : super(type: ValidatorType.minLength);