Errors constructor

Errors({
  1. Map<String, List<Error>> fieldErrors,
  2. List<Error> generalErrors,
})

Implementation

Errors({this.fieldErrors, this.generalErrors});