MaxItemsValidator<T> constructor

const MaxItemsValidator<T>(
  1. int max
)

Implementation

const MaxItemsValidator(this.max);