MinLength constructor

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

Implementation

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