MaxLength constructor

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

Implementation

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