DependentValidator<T> constructor
DependentValidator<T> (
- FieldValidator<
T> build(), { - String? errorMessage,
When set, replaces the built validator's message.
Implementation
DependentValidator(this.build, {super.errorMessage});