MinLength constructor

MinLength(
  1. int min, [
  2. String? error
])

Implementation

MinLength(this.min, [String? error]) : super(error);