Errors constructor

Errors({
  1. String? code,
  2. List<ErrorProto>? error,
  3. String? requestId,
})

Implementation

Errors({
  this.code,
  this.error,
  this.requestId,
});