ErrorsList constructor

ErrorsList(
  1. List<ErrorInfo> listErrors
)

Implementation

ErrorsList(this.listErrors);