LoFormValidator<TKey>.all constructor

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

{@template LoValidator.all}

Implementation

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