OperationErrors constructor
OperationErrors({
- List<
OperationError> ? errors, - String? kind,
Implementation
OperationErrors({
this.errors,
this.kind,
});
OperationErrors({
this.errors,
this.kind,
});