add method

void add(
  1. ValidationErrorUtils e
)

Appends a single error.

Implementation

void add(ValidationErrorUtils e) => _list.add(e);