LoFormValidator<TKey>.any constructor

LoFormValidator<TKey>.any(
  1. List<LoFormBaseValidator<TKey>> validators, [
  2. ErrMap<TKey>? errors
])

{@template LoValidator.any}

Implementation

LoFormValidator.any(
  List<LoFormBaseValidator<TKey>> validators, [
  ErrMap<TKey>? errors,
]) : validateImpl = LoValidator.any<ValMap<TKey>, ErrMap<TKey>?>(
        validators,
        errors,
      );