OperationError constructor

OperationError({
  1. List<OperationErrorErrors>? errors,
})

Implementation

OperationError({
  this.errors,
});