AnyValidator<T> constructor

const AnyValidator<T>(
  1. AnyValidatorFunctionTest<T> test
)

Constructs an instance of the validator.

The argument test must not be null.

Implementation

const AnyValidator(this.test) : super();