MaxLength constructor

MaxLength(
  1. int max, [
  2. String? error
])

Implementation

MaxLength(this.max, [String? error]) : super(error);