Errors constructor

Errors({
  1. int? code,
  2. List<Error>? errors,
  3. String? message,
})

Implementation

Errors({this.code, this.errors, this.message});