addError method

void addError(
  1. String err
)

Implementation

void addError(String err) {
  errors.add(err);
}