MinLengthValidator constructor

MinLengthValidator({
  1. required int length,
})

Implementation

MinLengthValidator({
  required this.length,
});