Validator<T> constructor

Validator<T>(
  1. bool validator(
    1. T v
    ), [
  2. String? message
])

Implementation

Validator(this.validator, [this.message]);