ErrorList constructor

const ErrorList(
  1. Iterable<ValidationError> validationErrors
)

Implementation

const ErrorList(this.validationErrors);