Validator<T extends Result> constructor
Validator<T extends Result> (
- ValidatorFunction<
T> _validator, { - bool nullable = false,
- bool optional = false,
Implementation
Validator(this._validator, {super.nullable, super.optional});