MinLength constructor

MinLength({
  1. required int minLength,
  2. String? message,
})

Implementation

MinLength({required this.minLength, super.message});