MaxLengthValidator constructor

const MaxLengthValidator(
  1. int max
)

Implementation

const MaxLengthValidator(this.max);