Errors constructor

Errors({
  1. List<Error>? errors,
})

Implementation

Errors({
  this.errors,
});