addAll method

void addAll(
  1. Iterable<ValidationErrorUtils> e
)

Appends all errors from e.

Implementation

void addAll(Iterable<ValidationErrorUtils> e) => _list.addAll(e);