MinLength constructor

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

Implementation

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