MinLengthValidator constructor

const MinLengthValidator(
  1. int minLength
)

Constructs a MinLengthValidator.

The argument minLength argument must not be null.

Implementation

const MinLengthValidator(this.minLength) : super();